committed by
Eric Van Hensbergen
parent
f70f3731d4
commit
dd92c7bb3b
@@ -33,7 +33,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: {{ .Values.application.appName }}
|
- name: {{ .Values.application.appName }}
|
||||||
image: {{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}
|
image: {{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}
|
||||||
imagePullPolicy: {{ .Values.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
Reference in New Issue
Block a user