feat: deactivate kustomization apps

This commit is contained in:
auricom
2022-07-01 21:03:01 +02:00
parent 6b5f05a3c7
commit 44e6982bc5
2 changed files with 11 additions and 11 deletions

View File

@@ -1,11 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- data # - data
- development # - development
- home-automation # - home-automation
#- kasten-io #- kasten-io
- media # - media
- monitoring # - monitoring
- networking - networking
- secret-reflector # - secret-reflector

View File

@@ -3,9 +3,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- namespace.yaml - namespace.yaml
- authelia # - authelia
- certificate - certificate
- external-dns # - external-dns
- ingress-nginx # - ingress-nginx
- k8s-gateway # - k8s-gateway
- unifi # - unifi