Commit 79faf46 1 parent d23dd5f commit 79faf46 Copy full SHA for 79faf46
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 0.58 .0
19
+ version : 0.60 .0
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ spec:
24
24
- --http-address=0.0.0.0:4180
25
25
env :
26
26
- name : OAUTH2_PROXY_CLIENT_ID
27
- value : " {{ .Values.kerberoshub.oauth2Proxy.clientId }}"
27
+ value : " {{ .Values.kerberoshub.oauth2Proxy.github. clientId }}"
28
28
- name : OAUTH2_PROXY_CLIENT_SECRET
29
- value : " {{ .Values.kerberoshub.oauth2Proxy.clientSecret }}"
29
+ value : " {{ .Values.kerberoshub.oauth2Proxy.github. clientSecret }}"
30
30
- name : OAUTH2_PROXY_COOKIE_SECRET
31
- value : " {{ .Values.kerberoshub.oauth2Proxy.cookieSecret }}"
31
+ value : " {{ .Values.kerberoshub.oauth2Proxy.github. cookieSecret }}"
32
32
- name : OAUTH2_PROXY_GITHUB_ORG
33
- value : " {{ .Values.kerberoshub.oauth2Proxy.githubOrg }}"
33
+ value : " {{ .Values.kerberoshub.oauth2Proxy.github.organization }}"
34
34
- name : OAUTH2_PROXY_GITHUB_TEAM
35
- value : " {{ .Values.kerberoshub.oauth2Proxy.githubTeam }}"
35
+ value : " {{ .Values.kerberoshub.oauth2Proxy.github.team }}"
36
36
image : quay.io/oauth2-proxy/oauth2-proxy:latest
37
37
imagePullPolicy : Always
38
38
name : oauth2-proxy
You can’t perform that action at this time.
0 commit comments