mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Add privileged PodSecurity label to 8 namespaces for NetBird router
NetBird router deployments require NET_ADMIN capability, which is blocked by the default baseline PodSecurity standard. Add managedNamespaceMetadata with pod-security.kubernetes.io/enforce: privileged to argocd, frigate, gitlab, grafana, guacamole, home-assistant, teslamate, and vault ArgoCD Applications. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
02632d06a4
commit
ff00f666a0
@@ -29,6 +29,9 @@ spec:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
managedNamespaceMetadata:
|
||||
labels:
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
|
||||
Reference in New Issue
Block a user