Skip to content

Commit

Permalink
rename google env values
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 12, 2024
1 parent 4c45fd7 commit 777bb82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/ctrlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ctrlplane
description: Ctrlplane Helm chart for Kubernetes
type: application
version: 0.1.35
version: 0.1.36
appVersion: "1.16.0"

maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/ctrlplane/charts/webservice/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ spec:
- name: AUTH_URL
value: {{ .Values.global.fqdn }}

- name: GOOGLE_CLIENT_ID
- name: AUTH_GOOGLE_CLIENT_ID
value: {{ .Values.global.authProviders.google.clientId }}
- name: GOOGLE_CLIENT_SECRET
- name: AUTH_GOOGLE_CLIENT_SECRET
value: {{ .Values.global.authProviders.google.clientSecret }}

- name: REDIS_URL
Expand Down

0 comments on commit 777bb82

Please sign in to comment.