How to modify the client_id and client_Secret in grafana.ini file while using kube-prometheus-stack

I am trying to setup okta integration for Grafana . I am using latest kube-prometheus-stack and i need to get the client_id and client_Secret updated via values.yaml file of helm package. I am using AWS eks and external secrets to get the client and cleint_secret to get to the grafana pod . I can see the env variable client_id and cleint_Secret is available in pod , but the grafana.ini file is not populated with the values . I can see as below client_id = ${client_id}
client_secret = ${client_secret} in the grafana.ini after updating the helm package . I am using envFromSecret: feature in values.yaml .

You can modify the client_id and client_secret by editing the grafana.ini file directly, but since you’re using the kube-prometheus-stack, it’s likely managed via Helm values. In that case Employment Lawyer Alberta, you’d want to update the values in your values.yaml and then apply the changes via Helm upgrade to ensure they persist across deployments.