From 3de6424a6521b14c33a6e196df46a293c9c8e591 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Mon, 22 Jan 2024 08:02:24 +0000 Subject: [PATCH] fix(server): missing google oauth in auth providers (#5656) --- .github/helm/affine/charts/graphql/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/helm/affine/charts/graphql/templates/deployment.yaml b/.github/helm/affine/charts/graphql/templates/deployment.yaml index 9c3e9b60ce..4459bfeefa 100644 --- a/.github/helm/affine/charts/graphql/templates/deployment.yaml +++ b/.github/helm/affine/charts/graphql/templates/deployment.yaml @@ -147,6 +147,8 @@ spec: key: turnstileSecret {{ end }} {{ if .Values.app.oauth.google.enabled }} + - name: OAUTH_GOOGLE_ENABLED + value: "true" - name: OAUTH_GOOGLE_CLIENT_ID valueFrom: secretKeyRef: