From 988a9c3f46f2bc8879d4afcd4eb7e9cbe138d67f Mon Sep 17 00:00:00 2001 From: huabing zhao Date: Tue, 14 May 2024 15:26:40 -0700 Subject: [PATCH] minor change Signed-off-by: huabing zhao --- charts/gateway-helm/templates/_helpers.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/gateway-helm/templates/_helpers.tpl b/charts/gateway-helm/templates/_helpers.tpl index 5a86cb30925..52a16415b53 100755 --- a/charts/gateway-helm/templates/_helpers.tpl +++ b/charts/gateway-helm/templates/_helpers.tpl @@ -78,7 +78,10 @@ docker.io/envoyproxy/gateway:{{ .Chart.Version }} Pull policy for the Envoy Gateway image. */}} {{- define "eg.image.pullPolicy" -}} -{{ .Values.deployment.envoyGateway.imagePullPolicy | default .Values.global.images.envoyGateway.pullPolicy}} +{{ .Values.deployment.envoyGateway.imagePullPolicy | default .Values.global.images.envoyGateway.pullPolicy | default "IfNotPresent" }} +{{- end }} + +{{/* {{- end }} {{/*