From 65cf9bc28fa1b30ad72db5e2b461cb830ef67745 Mon Sep 17 00:00:00 2001 From: Toboshii Nakama <63410334+toboshii@users.noreply.github.com> Date: Tue, 9 Nov 2021 00:45:52 -0600 Subject: [PATCH] fix: extgw --- cluster/apps/ext-gateway/helm-release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cluster/apps/ext-gateway/helm-release.yaml b/cluster/apps/ext-gateway/helm-release.yaml index 55af0ab6..45c3f8eb 100644 --- a/cluster/apps/ext-gateway/helm-release.yaml +++ b/cluster/apps/ext-gateway/helm-release.yaml @@ -30,6 +30,10 @@ spec: image: repository: ghcr.io/k8s-at-home/wireguard tag: v1.0.20210914 + securityContext: + privileged: true + runAsUser: 568 + runAsGroup: 568 env: TZ: "America/Chicago" IPTABLES_BACKEND: legacy