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:
Jan Schumann
2019-09-26 15:49:34 -07:00
committed by Kubernetes Prow Robot
parent 7a1eb9d3da
commit e2acd6a028
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/kong
version: 0.18.2
version: 0.18.3
appVersion: 1.3
+1 -1
View File
@@ -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 -}}