From ebb87ef2bb13d30029d2908caf00cd1ac61e8bc3 Mon Sep 17 00:00:00 2001 From: Arlan Lloyd Date: Sat, 28 Sep 2024 16:53:22 +0000 Subject: [PATCH] fix casing on key --- chart/templates/back/deployment.yaml | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/back/deployment.yaml b/chart/templates/back/deployment.yaml index 2c190e2f..b4d3659a 100644 --- a/chart/templates/back/deployment.yaml +++ b/chart/templates/back/deployment.yaml @@ -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: diff --git a/chart/values.yaml b/chart/values.yaml index 74f27177..9464e459 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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