We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8387ad commit 06ba342Copy full SHA for 06ba342
1 file changed
charts/passport/templates/passport-secret-creds.yaml
@@ -14,7 +14,7 @@ data:
14
{{- if (.Values.databaseReplicaUrl) }}
15
database-replica-url: {{ .Values.databaseReplicaUrl | b64enc }}
16
{{- end }}
17
- django-secret-key: {{ (include "common.secrets.lookup" (dict "secret" "passport-creds" "key" "django-secret-key" "defaultValue" (randAscii 64) "context" $)) }}
+ django-secret-key: {{ (include "common.secrets.lookup" (dict "secret" "passport-creds" "key" "django-secret-key" "defaultValue" (randAlphaNum 64) "context" $)) }}
18
oidc-rsa-private-key: {{genPrivateKey "rsa" | b64enc}}
19
{{- range $item := .Values.initApplications }}
20
{{- if ($item.prefix) }}
0 commit comments