From 2bdf2de9d11c0dca55ccdd2f8f6473b24e8b3dbf Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 21 Sep 2024 22:13:21 +0100 Subject: [PATCH] ? --- apps/production/metallb/kustomization.yaml | 1 - apps/production/metallb/namespace.yaml | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 apps/production/metallb/namespace.yaml diff --git a/apps/production/metallb/kustomization.yaml b/apps/production/metallb/kustomization.yaml index 4255ccb..2512ed3 100644 --- a/apps/production/metallb/kustomization.yaml +++ b/apps/production/metallb/kustomization.yaml @@ -4,6 +4,5 @@ kind: Kustomization namespace: metallb-system resources: - metallb.yaml - - namespace.yaml - ipaddresspool.yaml - l2advertisement.yaml diff --git a/apps/production/metallb/namespace.yaml b/apps/production/metallb/namespace.yaml deleted file mode 100644 index 2edbc44..0000000 --- a/apps/production/metallb/namespace.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -apiVersion: v1 -kind: Namespace -metadata: - name: metallb-system - labels: - security.openshift.io/scc.podSecurityLabelSync: "false" - pod-security.kubernetes.io/enforce: privileged - pod-security.kubernetes.io/warn: privileged - pod-security.kubernetes.io/audit: privileged