Skip to content

Commit

Permalink
refactor: rename submariner-engine to submariner-gateway
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Mattar <smattar@redhat.com>
  • Loading branch information
Steve Mattar committed Mar 2, 2021
1 parent 0c0e73c commit 5512706
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions submariner-operator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
Expand Down
4 changes: 2 additions & 2 deletions submariner/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
Expand Down

0 comments on commit 5512706

Please sign in to comment.