Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

hardcoded value in helm chart #5645

@1Shubham7

Description

@1Shubham7

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions