From 07362a743d2b156869fbf14165cb68e1fb2ad412 Mon Sep 17 00:00:00 2001 From: titver968 Date: Fri, 17 Oct 2025 11:42:15 +0200 Subject: [PATCH] mattermost pod "privileged" --- argocd/apps/mattermost/mattermnost.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/argocd/apps/mattermost/mattermnost.yaml b/argocd/apps/mattermost/mattermnost.yaml index e4aa7c2..41975a5 100644 --- a/argocd/apps/mattermost/mattermnost.yaml +++ b/argocd/apps/mattermost/mattermnost.yaml @@ -51,6 +51,9 @@ spec: namespace: mattermost syncPolicy: + managedNamespaceMetadata: + labels: + pod-security.kubernetes.io/enforce: "privileged" automated: selfHeal: true prune: true