Skip to content

Commit 06ba342

Browse files
committed
chore(charts): use randAlphaNum replace randAscii
1 parent d8387ad commit 06ba342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/passport/templates/passport-secret-creds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data:
1414
{{- if (.Values.databaseReplicaUrl) }}
1515
database-replica-url: {{ .Values.databaseReplicaUrl | b64enc }}
1616
{{- end }}
17-
django-secret-key: {{ (include "common.secrets.lookup" (dict "secret" "passport-creds" "key" "django-secret-key" "defaultValue" (randAscii 64) "context" $)) }}
17+
django-secret-key: {{ (include "common.secrets.lookup" (dict "secret" "passport-creds" "key" "django-secret-key" "defaultValue" (randAlphaNum 64) "context" $)) }}
1818
oidc-rsa-private-key: {{genPrivateKey "rsa" | b64enc}}
1919
{{- range $item := .Values.initApplications }}
2020
{{- if ($item.prefix) }}

0 commit comments

Comments
 (0)