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