mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-06 16:49:07 +00:00
Signed-off-by: gwg313 <gwg313@pm.me> remove vals Signed-off-by: gwg313 <gwg313@pm.me>
11 lines
273 B
YAML
11 lines
273 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: monitoring
|
|
labels:
|
|
pod-security.kubernetes.io/enforce: privileged
|
|
pod-security.kubernetes.io/audit: privileged
|
|
pod-security.kubernetes.io/warn: privileged
|
|
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "-2"
|