From 777bb826a1ef485e807fbac9cd564d8f67b21cd4 Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Sat, 12 Oct 2024 01:47:33 -0400 Subject: [PATCH] rename google env values --- charts/ctrlplane/Chart.yaml | 2 +- charts/ctrlplane/charts/webservice/templates/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/ctrlplane/Chart.yaml b/charts/ctrlplane/Chart.yaml index 2ef238b..72ecd93 100644 --- a/charts/ctrlplane/Chart.yaml +++ b/charts/ctrlplane/Chart.yaml @@ -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: diff --git a/charts/ctrlplane/charts/webservice/templates/deployment.yaml b/charts/ctrlplane/charts/webservice/templates/deployment.yaml index 333cf99..b0e3a2c 100644 --- a/charts/ctrlplane/charts/webservice/templates/deployment.yaml +++ b/charts/ctrlplane/charts/webservice/templates/deployment.yaml @@ -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