diff --git a/submariner-operator/templates/_helpers.tpl b/submariner-operator/templates/_helpers.tpl index 2df8baaa..3a0691b8 100644 --- a/submariner-operator/templates/_helpers.tpl +++ b/submariner-operator/templates/_helpers.tpl @@ -43,11 +43,11 @@ Create the name of the submariner-operator service account to use {{- end -}} {{/* -Create the name of the submariner-engine service account to use +Create the name of the submariner-gateway service account to use */}} {{- define "submariner.engineServiceAccountName" -}} {{- if .Values.serviceAccounts.engine.create -}} - {{ default "submariner-engine" .Values.serviceAccounts.engine.name }} + {{ default "submariner-gateway" .Values.serviceAccounts.engine.name }} {{- else -}} {{ default "default" .Values.serviceAccounts.engine.name }} {{- end -}} diff --git a/submariner/templates/_helpers.tpl b/submariner/templates/_helpers.tpl index 99477b3e..a7012b7a 100644 --- a/submariner/templates/_helpers.tpl +++ b/submariner/templates/_helpers.tpl @@ -32,11 +32,11 @@ Create chart name and version as used by the chart label. {{- end -}} {{/* -Create the name of the submariner-engine service account to use +Create the name of the submariner-gateway service account to use */}} {{- define "submariner.engineServiceAccountName" -}} {{- if .Values.serviceAccounts.engine.create -}} - {{ default "submariner-engine" .Values.serviceAccounts.engine.name }} + {{ default "submariner-gateway" .Values.serviceAccounts.engine.name }} {{- else -}} {{ default "default" .Values.serviceAccounts.engine.name }} {{- end -}}