From 2b25ca0444e2bd786c6ecee39db213db4933feea Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 17 Feb 2025 17:36:54 -0600 Subject: [PATCH] change namespace --- .../cl01tl/platform/qbittorrent/templates/namespace.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 clusters/cl01tl/platform/qbittorrent/templates/namespace.yaml diff --git a/clusters/cl01tl/platform/qbittorrent/templates/namespace.yaml b/clusters/cl01tl/platform/qbittorrent/templates/namespace.yaml new file mode 100644 index 000000000..b1b75cd6f --- /dev/null +++ b/clusters/cl01tl/platform/qbittorrent/templates/namespace.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: qbittorrent + labels: + pod-security.kubernetes.io/audit: privileged + pod-security.kubernetes.io/enforce: privileged + pod-security.kubernetes.io/warn: privileged