Skip to content

Commit dd92c7b

Browse files
alexandref75ericvh
authored andcommitted
Fix pullpolicy
Signed-off-by: Eric Van Hensbergen <[email protected]>
1 parent f70f373 commit dd92c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
containers:
3434
- name: {{ .Values.application.appName }}
3535
image: {{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}
36-
imagePullPolicy: {{ .Values.pullPolicy }}
36+
imagePullPolicy: {{ .Values.image.pullPolicy }}
3737
securityContext:
3838
allowPrivilegeEscalation: false
3939
capabilities:

0 commit comments

Comments
 (0)