diff --git a/charts/base-cluster/templates/monitoring/kube-prometheus-stack/grafana-secret.yaml b/charts/base-cluster/templates/monitoring/kube-prometheus-stack/grafana-secret.yaml index 58fad99f0..4c9c161f9 100644 --- a/charts/base-cluster/templates/monitoring/kube-prometheus-stack/grafana-secret.yaml +++ b/charts/base-cluster/templates/monitoring/kube-prometheus-stack/grafana-secret.yaml @@ -12,5 +12,5 @@ type: Opaque data: username: {{ "admin" | b64enc }} # This might change on every `template` call, this can be ignored - password: {{ include "common.secrets.passwords.manage" (dict "secret" $name "length" 40 "strong" true "key" "password" "providedValues" (list "monitoring.grafana.adminPassword") "context" (dict "Values" .Values "Release" ((dict "IsUpgrade" false "IsInstall" true "Namespace" "monitoring") | mergeOverwrite (deepCopy .Release)))) }} + password: {{ include "common.secrets.passwords.manage" (dict "secret" $name "length" 40 "strong" false "key" "password" "providedValues" (list "monitoring.grafana.adminPassword") "context" (dict "Values" .Values "Release" ((dict "IsUpgrade" false "IsInstall" true "Namespace" "monitoring") | mergeOverwrite (deepCopy .Release)))) }} {{- end }}