Skip to content

Commit

Permalink
fix(base-cluster/monitoring): don't use bitnamis "strong" password (#685
Browse files Browse the repository at this point in the history
)
  • Loading branch information
cwrau authored Dec 18, 2023
1 parent 4b6747e commit 5627d24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 5627d24

Please sign in to comment.