From d072cb3b3a8a5c8a111d49d83ea79860edf64416 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 12 Sep 2021 21:51:10 +0200 Subject: [PATCH] fix: correct vpn securityContext --- charts/library/common/Chart.yaml | 2 +- .../common/templates/addons/vpn/wireguard/_container.tpl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index b29797f7b46..4e9d29d65c8 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.6 +version: 7.0.7 diff --git a/charts/library/common/templates/addons/vpn/wireguard/_container.tpl b/charts/library/common/templates/addons/vpn/wireguard/_container.tpl index 3df48abc790..f35cb744f35 100644 --- a/charts/library/common/templates/addons/vpn/wireguard/_container.tpl +++ b/charts/library/common/templates/addons/vpn/wireguard/_container.tpl @@ -8,7 +8,6 @@ imagePullPolicy: {{ .Values.wireguardImage.pullPolicy }} securityContext: runAsUser: 568 runAsGroup: 568 - fsGroup: 568 capabilities: add: - NET_ADMIN