From 631f6ff1e5c89faaed4115114c1e960b0e90416b Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 17 Jun 2024 13:49:09 +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 40d9d9e..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