From 33eeaf10667e921fcbdbd55a009994043184e0fd Mon Sep 17 00:00:00 2001 From: Pan Luo Date: Mon, 28 Oct 2024 15:54:46 -0700 Subject: [PATCH] Fix typo for hotcrp chart --- hotcrp/Chart.yaml | 2 +- hotcrp/templates/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hotcrp/Chart.yaml b/hotcrp/Chart.yaml index 710c4cd..54e271d 100644 --- a/hotcrp/Chart.yaml +++ b/hotcrp/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.3 +version: 0.2.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/hotcrp/templates/deployment.yaml b/hotcrp/templates/deployment.yaml index 62eee37..b62174b 100644 --- a/hotcrp/templates/deployment.yaml +++ b/hotcrp/templates/deployment.yaml @@ -76,12 +76,12 @@ spec: - name: HOTCRP_OAUTH_CLIENTID valueFrom: secretKeyRef: - name: {{ .Values.hotcrp.oauthExistingClient }} + name: {{ .Values.hotcrp.oauthExistingSecret }} key: client_id - name: HOTCRP_OAUTH_CLIENTSECRET valueFrom: secretKeyRef: - name: {{ .Values.hotcrp.oauthExistingClient }} + name: {{ .Values.hotcrp.oauthExistingSecret }} key: client_secret {{- end }} {{- if .Values.hotcrp.oauthProvider }}