Grafana SSO values templating mis-indented in templates/grafana/values.yaml
Bug
Description
Default BB values templating for Grafana is mis-indented if certain SSO values are passed.
See: https://repo1.dso.mil/big-bang/bigbang/-/blob/2.7.1/chart/templates/grafana/values.yaml#L245-258
Indentation is specified as 6, but should be 4.
In our case, we're passing monitoring.sso.grafana.tls_client_ca
, which ends up indented too far giving us an error on the HR.
unable to read values from key 'defaults' in Secret 'bigbang/bigbang-grafana-values': error converting YAML to JSON: yaml: line 132: mapping values are not allowed in this context
Correcting the indentation in place in the values secret allows successful reconciliation.
BigBang Version
2.7.1