-
I'm using release 0.7! 1.- We are not using jssonnet at all Here are the changes performed in the grafana-config.yaml file:
Any advice? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Okay, so, to solve the problem in release 0.7: 1.- Create a new ConfigMap YAML file with the required configuration, like this (you can simply pick up a default grafana.ini file and attach it to the YAML file):
2.- Change the Grafana Deployment YAML file, and add the grafana-config file in volumeMounts and volume sections, like this:
3.- Redeploy Grafana, and that's it |
Beta Was this translation helpful? Give feedback.
Okay, so, to solve the problem in release 0.7:
1.- Create a new ConfigMap YAML file with the required configuration, like this (you can simply pick up a default grafana.ini file and attach it to the YAML file):