From 3b8005b04e83c5b3b55d4bce3551b38d78951f78 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 11 Sep 2021 12:07:04 +0200 Subject: [PATCH] fix: remove duplicate securitycontext from autopermissions --- charts/library/common/Chart.yaml | 2 +- .../common/templates/lib/controller/_autopermissions.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 766fb80be55..3cb656277e5 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -18,4 +18,4 @@ maintainers: name: common sources: null type: library -version: 7.0.2 +version: 7.0.3 diff --git a/charts/library/common/templates/lib/controller/_autopermissions.yaml b/charts/library/common/templates/lib/controller/_autopermissions.yaml index 77e5496bf9e..a9e2a61b064 100644 --- a/charts/library/common/templates/lib/controller/_autopermissions.yaml +++ b/charts/library/common/templates/lib/controller/_autopermissions.yaml @@ -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