Currently, grafana won't start properly due to the following error:
error="Datasource provisioning error: yaml: line 3: could not find expected ':'".
This error is probably caused by cluster-logs: null override. In the non --reuse-values scenarios i.e. in the Helm install/upgrade process everything works fine with null override, but in the case of upgrade with --reuse-values flag, the following is rendered by helm:
As a CSP operator I want to upgrade the monitoring helm release and use
--reuse-values
flag. It means I want to execute e.g.:Currently, grafana won't start properly due to the following error:
error="Datasource provisioning error: yaml: line 3: could not find expected ':'"
.This error is probably caused by
cluster-logs: null
override. In the non--reuse-values
scenarios i.e. in the Helm install/upgrade process everything works fine withnull
override, but in the case of upgrade with--reuse-values
flag, the following is rendered by helm:The
null
value should not be there, and caused Grafana error mentioned aboveProbably related issue: https://github.com/helm/helm/issues/12637