From 867ad462cf61fc0da8ee6c9650c71bb9c4724795 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 8 Jan 2026 06:53:32 +0000 Subject: [PATCH] Set namespace to priv --- .../helm/yubal-playlist/templates/namespace.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 clusters/cl01tl/helm/yubal-playlist/templates/namespace.yaml diff --git a/clusters/cl01tl/helm/yubal-playlist/templates/namespace.yaml b/clusters/cl01tl/helm/yubal-playlist/templates/namespace.yaml new file mode 100644 index 000000000..03db49e59 --- /dev/null +++ b/clusters/cl01tl/helm/yubal-playlist/templates/namespace.yaml @@ -0,0 +1,11 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: yubal-playlist + labels: + app.kubernetes.io/name: yubal-playlist + app.kubernetes.io/instance: {{ .Release.Name }} + app.kubernetes.io/part-of: {{ .Release.Name }} + pod-security.kubernetes.io/audit: privileged + pod-security.kubernetes.io/enforce: privileged + pod-security.kubernetes.io/warn: privileged