You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently kube-prometheus-stack has a dependency to grafana helm chart version 6.7.4. This Version has and issue when generating the ConfigMap for grafana.ini, lines longer than 120 chars will be wrapped causing an invalid yaml file.
YAML parse error on kube-prometheus-stack/charts/grafana/templates/configmap.yaml: error converting YAML to JSON: yaml: line 45: could not find expected ':'
Fortunately this issue was aleady fixed in Version 6.7.5 grafana/helm-charts#386. However latest version is 6.8.0 so it would make sense to update dependency to grafana to this version.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently kube-prometheus-stack has a dependency to grafana helm chart version 6.7.4. This Version has and issue when generating the ConfigMap for grafana.ini, lines longer than 120 chars will be wrapped causing an invalid yaml file.
YAML parse error on kube-prometheus-stack/charts/grafana/templates/configmap.yaml: error converting YAML to JSON: yaml: line 45: could not find expected ':'
Fortunately this issue was aleady fixed in Version 6.7.5 grafana/helm-charts#386. However latest version is 6.8.0 so it would make sense to update dependency to grafana to this version.
The text was updated successfully, but these errors were encountered: