Skip to content

Commit bb10c92

Browse files
committed
chore(passport): charts codereview
1 parent 89a9318 commit bb10c92

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ data:
1515
database-replica-url: {{ .Values.databaseReplicaUrl | b64enc }}
1616
{{- end }}
1717
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" }}
18+
oidc-rsa-private-key: "{{genPrivateKey "rsa" | b64enc}}"
2119
drycc-passport-grafana-key: {{ randAlphaNum 40 | b64enc }}
2220
drycc-passport-grafana-secret: {{ randAlphaNum 64 | b64enc }}
23-
{{- end }}
24-
oidc-rsa-private-key: "{{genPrivateKey "rsa" | b64enc}}"
21+
drycc-passport-controller-key: {{ randAlphaNum 40 | b64enc }}
22+
drycc-passport-controller-secret: {{ randAlphaNum 64 | b64enc }}
2523
{{- end }}

0 commit comments

Comments
 (0)