We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70f373 commit dd92c7bCopy full SHA for dd92c7b
chart/templates/common.yaml
@@ -33,7 +33,7 @@ spec:
33
containers:
34
- name: {{ .Values.application.appName }}
35
image: {{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}
36
- imagePullPolicy: {{ .Values.pullPolicy }}
+ imagePullPolicy: {{ .Values.image.pullPolicy }}
37
securityContext:
38
allowPrivilegeEscalation: false
39
capabilities:
0 commit comments