diff --git a/infrastructure/namespaces/namespace-homeassistant.yaml b/infrastructure/namespaces/namespace-homeassistant.yaml index 57d84da..f43d66a 100644 --- a/infrastructure/namespaces/namespace-homeassistant.yaml +++ b/infrastructure/namespaces/namespace-homeassistant.yaml @@ -2,3 +2,7 @@ apiVersion: v1 kind: Namespace metadata: name: homeassistant + labels: + pod-security.kubernetes.io/enforce: privileged + pod-security.kubernetes.io/audit: privileged + pod-security.kubernetes.io/warn: privileged diff --git a/infrastructure/namespaces/namespace-media.yaml b/infrastructure/namespaces/namespace-media.yaml index d592f0d..b3f78c1 100644 --- a/infrastructure/namespaces/namespace-media.yaml +++ b/infrastructure/namespaces/namespace-media.yaml @@ -2,3 +2,7 @@ apiVersion: v1 kind: Namespace metadata: name: media + labels: + pod-security.kubernetes.io/enforce: privileged + pod-security.kubernetes.io/audit: privileged + pod-security.kubernetes.io/warn: privileged