What went wrong?
What happened:
The onCallApiUrl value in helm/oncall/templates/plugin-provisioning.yaml#L16 is hardcoded.
This means it cannot be overridden via values.yaml, making it impossible to configure for different environments or deployments without modifying the chart directly.
What did you expect to happen:
The onCallApiUrl should be configurable via values.yaml by templating the value, for example:
onCallApiUrl: {{ .Values.oncall.onCallApiUrl | default "http://helm-testing-oncall-engine:8080" }}
I would like to make this change in the repo after confirmation from a maintainer.
How do we reproduce it?
open the grafana helm chart
Grafana OnCall Version
all
Product Area
Helm/Kubernetes/Docker
Grafana OnCall Platform?
Kubernetes
User's Browser?
N/A
Anything else to add?
N/A
What went wrong?
What happened:
The onCallApiUrl value in helm/oncall/templates/plugin-provisioning.yaml#L16 is hardcoded.
This means it cannot be overridden via values.yaml, making it impossible to configure for different environments or deployments without modifying the chart directly.
What did you expect to happen:
The
onCallApiUrlshould be configurable via values.yaml by templating the value, for example:I would like to make this change in the repo after confirmation from a maintainer.
How do we reproduce it?
open the grafana helm chart
Grafana OnCall Version
all
Product Area
Helm/Kubernetes/Docker
Grafana OnCall Platform?
Kubernetes
User's Browser?
N/A
Anything else to add?
N/A