diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index b326304d..3f42215b 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -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/ diff --git a/helm/oauth2-proxy/templates/serviceaccount.yaml b/helm/oauth2-proxy/templates/serviceaccount.yaml index d3afa68b..a534666f 100644 --- a/helm/oauth2-proxy/templates/serviceaccount.yaml +++ b/helm/oauth2-proxy/templates/serviceaccount.yaml @@ -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 -}}