Skip to content

Commit 8a81dcf

Browse files
Correct ServiceAccount name (#77)
* Correct ServiceAccount name Use the correct value for the service account name. * Bump version Co-authored-by: Cédric de Saint Martin <[email protected]>
1 parent a2a7e73 commit 8a81dcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 5.2.0
2+
version: 5.2.1
33
apiVersion: v2
44
appVersion: 7.2.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/

helm/oauth2-proxy/templates/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ metadata:
99
labels:
1010
app: {{ template "oauth2-proxy.name" . }}
1111
{{- include "oauth2-proxy.labels" . | indent 4 }}
12-
name: {{ template "oauth2-proxy.fullname" . }}
12+
name: {{ template "oauth2-proxy.serviceAccountName" . }}
1313
{{- end -}}

0 commit comments

Comments
 (0)