From c7a267c49d685fc0cbff06d13a16148019ea135a Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 17 Jun 2024 17:41:27 +1000 Subject: [PATCH] Update kustomization.yaml --- 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 3fe97f2..c564b54 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