From 1c6bbef39b961f42be46a3f2099e4abc4ca7cd1b Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 17 Jun 2024 17:17:46 +1000 Subject: [PATCH] Update kustomization.yaml --- kubernetes/infrastructure/kustomization.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/kubernetes/infrastructure/kustomization.yaml b/kubernetes/infrastructure/kustomization.yaml index c564b54..a2f8f40 100644 --- a/kubernetes/infrastructure/kustomization.yaml +++ b/kubernetes/infrastructure/kustomization.yaml @@ -1,14 +1,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - ./namespaces/adguard-home.yaml - - ./namespaces/capacitor.yaml - - ./namespaces/cert-manager.yaml - - ./namespaces/homer.yaml - - ./namespaces/ingress-nginx.yaml - - ./namespaces/podinfo.yaml - - ./namespaces/prometheus-operator.yaml - - ./repositories/repositories.yaml - - ./cilium/cilium.yaml + # - ./namespaces/adguard-home.yaml + # - ./namespaces/capacitor.yaml + # - ./namespaces/cert-manager.yaml + # - ./namespaces/homer.yaml + # - ./namespaces/ingress-nginx.yaml + # - ./namespaces/podinfo.yaml + # - ./namespaces/prometheus-operator.yaml + # - ./repositories/repositories.yaml + # - ./cilium/cilium.yaml - ./ingress-nginx/ingress-nginx-config.yaml - ./ingress-nginx/ingress-nginx.yaml