Skip to content

Commit 4551e12

Browse files
committed
Uses template function to generate sa name
Signed-off-by: Caio Almeida <[email protected]> bump chart version
1 parent 8893adf commit 4551e12

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: 4.0.1
2+
version: 4.0.2
33
apiVersion: v2
44
appVersion: 7.1.3
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
@@ -11,5 +11,5 @@ metadata:
1111
chart: {{ template "oauth2-proxy.chart" . }}
1212
release: {{ .Release.Name }}
1313
heritage: {{ .Release.Service }}
14-
name: {{ template "oauth2-proxy.fullname" . }}
14+
name: {{ template "oauth2-proxy.serviceAccountName" . }}
1515
{{- end -}}

0 commit comments

Comments
 (0)