Skip to content

Commit

Permalink
fixed helpers.tpl
Browse files Browse the repository at this point in the history
Signed-off-by: Griffin <[email protected]>
  • Loading branch information
prakrit55 committed Jan 19, 2024
1 parent cb17095 commit 34c67e9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions chart/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}

0 comments on commit 34c67e9

Please sign in to comment.