mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
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>
31 lines
770 B
YAML
31 lines
770 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: guacamole
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "51"
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: applications
|
|
source:
|
|
repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
|
|
targetRevision: main
|
|
path: apps/guacamole/manifests
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: guacamole
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
managedNamespaceMetadata:
|
|
labels:
|
|
pod-security.kubernetes.io/enforce: privileged
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|
|
- ServerSideDiff=true
|
|
- RespectIgnoreDifferences=true
|