Skip to content

Commit

Permalink
Merge pull request #39 from caiofralmeida/fix_template_sa_name
Browse files Browse the repository at this point in the history
Uses template function to generate service account name
  • Loading branch information
pierluigilenoci authored Jul 1, 2021
2 parents 8893adf + 4551e12 commit dfa9624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 4.0.1
version: 4.0.2
apiVersion: v2
appVersion: 7.1.3
home: https://oauth2-proxy.github.io/oauth2-proxy/
Expand Down
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ metadata:
chart: {{ template "oauth2-proxy.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
name: {{ template "oauth2-proxy.fullname" . }}
name: {{ template "oauth2-proxy.serviceAccountName" . }}
{{- end -}}

0 comments on commit dfa9624

Please sign in to comment.