From c1088aa57e362f596a88ef6cee412538dc469c7a Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 17 Jun 2024 12:56:12 +1000 Subject: [PATCH] suspend network policies --- kubernetes/infrastructure/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/infrastructure/kustomization.yaml b/kubernetes/infrastructure/kustomization.yaml index c564b54..40d9d9e 100644 --- a/kubernetes/infrastructure/kustomization.yaml +++ b/kubernetes/infrastructure/kustomization.yaml @@ -9,6 +9,6 @@ resources: - ./namespaces/podinfo.yaml - ./namespaces/prometheus-operator.yaml - ./repositories/repositories.yaml - - ./cilium/cilium.yaml +# - ./cilium/cilium.yaml - ./ingress-nginx/ingress-nginx-config.yaml - ./ingress-nginx/ingress-nginx.yaml