From 99cf5f22d6ccbac085d420e883663922cf94ac35 Mon Sep 17 00:00:00 2001 From: frasoprano251098 Date: Mon, 28 Oct 2024 16:19:39 +0100 Subject: [PATCH] Move specified value to values file (#5086) --- helm/oncall/templates/plugin-provisioning.yaml | 2 +- helm/oncall/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/oncall/templates/plugin-provisioning.yaml b/helm/oncall/templates/plugin-provisioning.yaml index 511a4a39fd..0668bb175e 100644 --- a/helm/oncall/templates/plugin-provisioning.yaml +++ b/helm/oncall/templates/plugin-provisioning.yaml @@ -13,4 +13,4 @@ data: jsonData: stackId: 5 orgId: 100 - onCallApiUrl: http://helm-testing-oncall-engine:8080 + onCallApiUrl: {{ .Values.onCallApiUrl }} diff --git a/helm/oncall/values.yaml b/helm/oncall/values.yaml index 8ca59a2664..b8388759c1 100644 --- a/helm/oncall/values.yaml +++ b/helm/oncall/values.yaml @@ -4,6 +4,7 @@ # If you want to install grafana as a part of this release make sure to configure grafana.grafana.ini.server.domain too base_url: example.com base_url_protocol: http +onCallApiUrl: http://helm-testing-oncall-engine:8080 ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.