fix: remove duplicate securitycontext from autopermissions

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-11 12:08:06 +02:00
parent 0090c9e1b6
commit 3b8005b04e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ maintainers:
name: common
sources: null
type: library
version: 7.0.2
version: 7.0.3
@@ -19,7 +19,6 @@ before chart installation.
- name: autopermissions
image: {{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}
securityContext:
allowPrivilegeEscalation: false
runAsUser: 0
runAsGroup: 0
privileged: true