Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed May 14, 2024
1 parent bdd35c3 commit ea9fb41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/gateway-helm/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ docker.io/envoyproxy/gateway:{{ .Chart.Version }}
{{- end }}

{{- define "eg.image.pullSecrets" -}}
{{- if .Values.deployment.envoyGateway.imagePullSecrets }}
{{- if .Values.deployment.envoyGateway.imagePullSecrets -}}
imagePullSecrets:
{{ toYaml .Values.deployment.envoyGateway.imagePullSecrets }}
{{- else if .Values.global.images.envoyGateway.imagePullSecrets }}
{{- else if .Values.global.images.envoyGateway.imagePullSecrets -}}
imagePullSecrets:
{{ toYaml .Values.global.images.envoyGateway.imagePullSecrets }}
{{- end }}
Expand Down

0 comments on commit ea9fb41

Please sign in to comment.