From 34c67e9ecd24b9e5b8eee138b8b0d919ad257ef6 Mon Sep 17 00:00:00 2001 From: Griffin Date: Fri, 19 Jan 2024 07:41:55 +0530 Subject: [PATCH] fixed helpers.tpl Signed-off-by: Griffin --- chart/templates/_helpers.tpl | 11 ----------- 1 file changed, 11 deletions(-) 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 -}}