We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a9318 commit bb10c92Copy full SHA for bb10c92
1 file changed
charts/passport/templates/passport-secret-creds.yaml
@@ -15,11 +15,9 @@ data:
15
database-replica-url: {{ .Values.databaseReplicaUrl | b64enc }}
16
{{- end }}
17
django-secret-key: {{ randAscii 64 | b64enc }}
18
- drycc-passport-controller-key: {{ randAlphaNum 40 | b64enc }}
19
- drycc-passport-controller-secret: {{ randAlphaNum 64 | b64enc }}
20
- {{- if eq .Values.global.grafanaLocation "on-cluster" }}
+ oidc-rsa-private-key: "{{genPrivateKey "rsa" | b64enc}}"
21
drycc-passport-grafana-key: {{ randAlphaNum 40 | b64enc }}
22
drycc-passport-grafana-secret: {{ randAlphaNum 64 | b64enc }}
23
- {{- end }}
24
- oidc-rsa-private-key: "{{genPrivateKey "rsa" | b64enc}}"
+ drycc-passport-controller-key: {{ randAlphaNum 40 | b64enc }}
+ drycc-passport-controller-secret: {{ randAlphaNum 64 | b64enc }}
25
0 commit comments