We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb4190 commit 56cd20eCopy full SHA for 56cd20e
helm/oauth2-proxy/Chart.yaml
@@ -1,5 +1,5 @@
1
name: oauth2-proxy
2
-version: 5.0.4
+version: 5.0.5
3
apiVersion: v2
4
appVersion: 7.2.0
5
home: https://oauth2-proxy.github.io/oauth2-proxy/
helm/oauth2-proxy/templates/deployment.yaml
@@ -197,7 +197,7 @@ spec:
197
{{- if and .adminEmail (or .serviceAccountJson .existingSecret) }}
198
- name: google-secret
199
secret:
200
- secretName: {{ if .existingSecret }}{{ .existingSecret }}{{ else }} {{ template "oauth2-proxy.secretName" $ }}{{ end }}
+ secretName: {{ if .existingSecret }}{{ .existingSecret }}{{ else }} {{ template "oauth2-proxy.secretName" $ }}-google{{ end }}
201
{{- end }}
202
203
0 commit comments