From 571f7ea1f4301b0081d76600ff423ae8d9fd6966 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 21 Aug 2024 23:08:56 -0500 Subject: [PATCH] add namespace --- .../standalone/cilium/templates/namespace.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 clusters/cl01tl/standalone/cilium/templates/namespace.yaml diff --git a/clusters/cl01tl/standalone/cilium/templates/namespace.yaml b/clusters/cl01tl/standalone/cilium/templates/namespace.yaml new file mode 100644 index 000000000..9b1d3a548 --- /dev/null +++ b/clusters/cl01tl/standalone/cilium/templates/namespace.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: kube-system + +--- +apiVersion: v1 +kind: Namespace +metadata: + name: cilium + labels: + pod-security.kubernetes.io/enforce: privileged + pod-security.kubernetes.io/warn: privileged + pod-security.kubernetes.io/audit: privileged