fixing secrets name
This commit is contained in:
Родитель
aebbae3e3d
Коммит
dff1b05203
|
@ -87,8 +87,8 @@ spec:
|
|||
- name: AzureAd__ClientSecret
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ .Values.azureAd.clientSecretKeyRefName }}
|
||||
key: {{ .Values.azureAd.clientSecretKeyRefKey }}
|
||||
name: {{ .Values.secret.name }}
|
||||
key: CLIENT_SECRET
|
||||
volumeMounts:
|
||||
- mountPath: {{ .Values.easyAuthForK8s.dataProtectionFileLocation }}
|
||||
name: {{ .Values.volumeName }}
|
||||
|
|
|
@ -5,4 +5,4 @@ metadata:
|
|||
namespace: default
|
||||
type: Opaque
|
||||
data:
|
||||
{{ .Values.azureAd.clientSecretKeyRefKey}}: {{ .Values.secret.azureclientsecret | b64enc }}
|
||||
CLIENT_SECRET: {{ .Values.secret.azureclientsecret | b64enc }}
|
|
@ -105,8 +105,6 @@ azureAd:
|
|||
signedOutCallbackPath : "/signout-callback-oidc"
|
||||
# Leave this blank if not B2C
|
||||
signUpSignInPolicyId: ""
|
||||
clientSecretKeyRefName: aad-secret
|
||||
clientSecretKeyRefKey: CLIENT_SECRET
|
||||
|
||||
easyAuthForK8s:
|
||||
# data protection key ring location
|
||||
|
|
Загрузка…
Ссылка в новой задаче