From 44e6982bc54e076b650a23fd8bee33a1f2d39d74 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Fri, 1 Jul 2022 21:03:01 +0200 Subject: [PATCH] feat: deactivate kustomization apps --- cluster/apps/kustomization.yaml | 12 ++++++------ cluster/apps/networking/kustomization.yaml | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cluster/apps/kustomization.yaml b/cluster/apps/kustomization.yaml index d0ec4c47c..7556ed1b5 100644 --- a/cluster/apps/kustomization.yaml +++ b/cluster/apps/kustomization.yaml @@ -1,11 +1,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - data - - development - - home-automation + # - data + # - development + # - home-automation #- kasten-io - - media - - monitoring + # - media + # - monitoring - networking - - secret-reflector + # - secret-reflector diff --git a/cluster/apps/networking/kustomization.yaml b/cluster/apps/networking/kustomization.yaml index 3e474dcc3..28cc3bde6 100644 --- a/cluster/apps/networking/kustomization.yaml +++ b/cluster/apps/networking/kustomization.yaml @@ -3,9 +3,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - namespace.yaml - - authelia + # - authelia - certificate - - external-dns - - ingress-nginx - - k8s-gateway - - unifi + # - external-dns + # - ingress-nginx + # - k8s-gateway + # - unifi