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:
|
||||
- name: {{ .Values.application.appName }}
|
||||
image: {{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}
|
||||
imagePullPolicy: {{ .Values.pullPolicy }}
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
|
Reference in New Issue
Block a user