mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
fix casing on key
This commit is contained in:
parent
7c61ba39bc
commit
ebb87ef2bb
@ -135,7 +135,7 @@ spec:
|
||||
- name: OIDC_SERVICE_CLIENTID
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
key: {{ .Values.kyoo.oidc.clientIDkey }}
|
||||
key: {{ .Values.kyoo.oidc.clientIdKey }}
|
||||
name: {{ .Values.kyoo.oidc.existingSecret }}
|
||||
- name: OIDC_SERVICE_SECRET
|
||||
valueFrom:
|
||||
|
@ -98,7 +98,7 @@ kyoo:
|
||||
oidc:
|
||||
enabled: false
|
||||
existingSecret: bigsecret
|
||||
clientIDkey: clientID
|
||||
clientIdKey: clientId
|
||||
clientSecretKey: clientSecret
|
||||
name: YourPrettyName
|
||||
logo: https://url-of-your-logo.com
|
||||
|
Loading…
x
Reference in New Issue
Block a user