From 34047818c67ab651c294e7a359d8c64712f2b546 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Mon, 27 Apr 2026 20:28:29 -0400 Subject: [PATCH] media and ha privileged --- infrastructure/namespaces/namespace-homeassistant.yaml | 4 ++++ infrastructure/namespaces/namespace-media.yaml | 4 ++++ 2 files changed, 8 insertions(+) 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