Skip to content

Commit

Permalink
Fix another typo in hotcrp chart
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Oct 28, 2024
1 parent 33eeaf1 commit d6d5c30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hotcrp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
version: 0.2.5

# 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
Expand Down
4 changes: 2 additions & 2 deletions hotcrp/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ spec:
- name: HOTCRP_OAUTH_CLIENTID
valueFrom:
secretKeyRef:
name: {{ .Values.hotcrp.oauthExistingSecret }}
name: {{ .Values.hotcrp.oauthClientExistingSecret }}
key: client_id
- name: HOTCRP_OAUTH_CLIENTSECRET
valueFrom:
secretKeyRef:
name: {{ .Values.hotcrp.oauthExistingSecret }}
name: {{ .Values.hotcrp.oauthClientExistingSecret }}
key: client_secret
{{- end }}
{{- if .Values.hotcrp.oauthProvider }}
Expand Down

0 comments on commit d6d5c30

Please sign in to comment.