Skip to content

Commit 79faf46

Browse files
committed
align attributes
1 parent d23dd5f commit 79faf46

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/hub/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.58.0
19+
version: 0.60.0
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to

charts/hub/templates/kerberos-hub/hub-oauth2-proxy.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ spec:
2424
- --http-address=0.0.0.0:4180
2525
env:
2626
- name: OAUTH2_PROXY_CLIENT_ID
27-
value: "{{ .Values.kerberoshub.oauth2Proxy.clientId }}"
27+
value: "{{ .Values.kerberoshub.oauth2Proxy.github.clientId }}"
2828
- name: OAUTH2_PROXY_CLIENT_SECRET
29-
value: "{{ .Values.kerberoshub.oauth2Proxy.clientSecret }}"
29+
value: "{{ .Values.kerberoshub.oauth2Proxy.github.clientSecret }}"
3030
- name: OAUTH2_PROXY_COOKIE_SECRET
31-
value: "{{ .Values.kerberoshub.oauth2Proxy.cookieSecret }}"
31+
value: "{{ .Values.kerberoshub.oauth2Proxy.github.cookieSecret }}"
3232
- name: OAUTH2_PROXY_GITHUB_ORG
33-
value: "{{ .Values.kerberoshub.oauth2Proxy.githubOrg }}"
33+
value: "{{ .Values.kerberoshub.oauth2Proxy.github.organization }}"
3434
- name: OAUTH2_PROXY_GITHUB_TEAM
35-
value: "{{ .Values.kerberoshub.oauth2Proxy.githubTeam }}"
35+
value: "{{ .Values.kerberoshub.oauth2Proxy.github.team }}"
3636
image: quay.io/oauth2-proxy/oauth2-proxy:latest
3737
imagePullPolicy: Always
3838
name: oauth2-proxy

0 commit comments

Comments
 (0)