mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix service account name reference (#17474)
* fix service account name reference Signed-off-by: Jan Schumann <js@schumann-it.com> * bunp chart version Signed-off-by: Jan Schumann <js@schumann-it.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7a1eb9d3da
commit
e2acd6a028
@@ -12,5 +12,5 @@ maintainers:
|
||||
name: kong
|
||||
sources:
|
||||
- https://github.com/Kong/kong
|
||||
version: 0.18.2
|
||||
version: 0.18.3
|
||||
appVersion: 1.3
|
||||
|
||||
@@ -35,7 +35,7 @@ Create the name of the service account to use
|
||||
{{- if .Values.ingressController.serviceAccount.create -}}
|
||||
{{ default (include "kong.fullname" .) .Values.ingressController.serviceAccount.name }}
|
||||
{{- else -}}
|
||||
{{ default "default" .Values.serviceAccount.name }}
|
||||
{{ default "default" .Values.ingressController.serviceAccount.name }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user