consolidate namespace
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./namespaces/
|
||||
- ./namespaces/adguard-home.yaml
|
||||
- ./namespaces/capacitor.yaml
|
||||
- ./namespaces/cert-manager.yaml
|
||||
- ./namespaces/ingress-nginx.yaml
|
||||
- ./namespaces/podinfo.yaml
|
||||
- ./namespaces/prometheus-operator.yaml
|
||||
- ./repositories/repositories.yaml
|
||||
- ./cilium/cilium.yaml
|
||||
- ./ingress-nginx/ingress-nginx-config.yaml
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- namespaces.yaml
|
||||
@@ -1,16 +0,0 @@
|
||||
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/gitrepository_v1.json
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: namespaces
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
timeout: 1m30s
|
||||
retryInterval: 30s
|
||||
path: ./kubernetes/infrastructure/namespaces/namespaces
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
namespace: flux-system
|
||||
name: flux-system
|
||||
Reference in New Issue
Block a user