Bugfix: there was no imagePullPolocy defined, and anchor was created for it

This commit is contained in:
Laszlo Fogas
2021-02-10 12:54:56 +01:00
parent 0328a3ad80
commit 5cf73c3595
6 changed files with 42 additions and 32 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.12.1
version: 0.12.2
+1 -1
View File
@@ -31,7 +31,7 @@ spec:
securityContext: &securityContext
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }} &imagePullPolicy
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- if .Values.command }}
command:
- {{ .Values.shell }}