Merge pull request #174 from 3dwardch3ng/misc

consolidate namespace
This commit is contained in:
2024-06-16 16:22:05 +10:00
committed by GitHub
9 changed files with 6 additions and 21 deletions

View File

@@ -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

View File

@@ -1,4 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespaces.yaml

View File

@@ -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