diff --git a/clusters/cl01tl/applications/tubearchivist/templates/namespace.yaml b/clusters/cl01tl/applications/tubearchivist/templates/namespace.yaml new file mode 100644 index 000000000..df30bbfc0 --- /dev/null +++ b/clusters/cl01tl/applications/tubearchivist/templates/namespace.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: tubearchivist + labels: + pod-security.kubernetes.io/audit: privileged + pod-security.kubernetes.io/enforce: privileged + pod-security.kubernetes.io/warn: privileged