Merge branch 'helm-fixes' into 'main'
Fix pullpolicy See merge request smarter-project/smarter-device-manager!4
This commit is contained in:
@@ -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