Skip to content

Commit

Permalink
Move specified value to values file (grafana#5086)
Browse files Browse the repository at this point in the history
  • Loading branch information
frasoprano251098 committed Oct 28, 2024
1 parent 6254407 commit 99cf5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/oncall/templates/plugin-provisioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ data:
jsonData:
stackId: 5
orgId: 100
onCallApiUrl: http://helm-testing-oncall-engine:8080
onCallApiUrl: {{ .Values.onCallApiUrl }}
1 change: 1 addition & 0 deletions helm/oncall/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 99cf5f2

Please sign in to comment.