fix(server): missing google oauth in auth providers (#5656)

This commit is contained in:
LongYinan 2024-01-22 08:02:24 +00:00
parent e516e0db23
commit 3de6424a65
No known key found for this signature in database
GPG Key ID: 30B1140CE1C07C99

View File

@ -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: