diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl index a8770942189..0432fd349b4 100644 --- a/chart/templates/_helpers.tpl +++ b/chart/templates/_helpers.tpl @@ -73,14 +73,3 @@ Usage: {{- tpl (.value | toYaml) .context }} {{- end }} {{- end -}} - -{{/* -Checks for the imagePullPolicy -*/}} -{{- define "common.imagePullPolicy" -}} - {{- if .Values.global.imagePullPolicy -}} - {{- .Values.global.imagePullPolicy -}} - {{- else -}} - {{- default .Values.imagePullPolicy -}} - {{- end -}} -{{- end -}}