yyvf22 pushed to branch main at Root / Kubernetes / FluxCD
Commits:
13 changed files:
- apps/prod/kustomization.yaml
- apps/stage/kustomization.yaml
- apps/base/etcd-backup/cj.yaml → infrastructure/base/etcd-backup/cj.yaml
- apps/base/etcd-backup/es.yaml → infrastructure/base/etcd-backup/es.yaml
- apps/base/etcd-backup/kustomization.yaml → infrastructure/base/etcd-backup/kustomization.yaml
- apps/base/etcd-backup/ns.yaml → infrastructure/base/etcd-backup/ns.yaml
- apps/base/etcd-backup/sa.yaml → infrastructure/base/etcd-backup/sa.yaml
- apps/base/external-secrets/clustersecretstore.yaml → infrastructure/base/external-secrets/clustersecretstore.yaml
- apps/base/external-secrets/helmrelease.yaml → infrastructure/base/external-secrets/helmrelease.yaml
- apps/base/external-secrets/helmrepo.yaml → infrastructure/base/external-secrets/helmrepo.yaml
- apps/base/external-secrets/kustomization.yaml → infrastructure/base/external-secrets/kustomization.yaml
- apps/base/external-secrets/ns.yaml → infrastructure/base/external-secrets/ns.yaml
- infrastructure/stage/kustomization.yaml
Changes:
1 | 1 | apiVersion: kustomize.config.k8s.io/v1beta1
|
2 | 2 | kind: Kustomization
|
3 | -resources:
|
|
4 | - |
|
5 | -# - ../base/ademir
|
|
6 | -#- ../base/gitlab-runner
|
|
7 | -# - ../base/wordpress
|
|
8 | -# - ../base/harbor
|
|
9 | -# - ../base/keycloak
|
|
10 | -# - ../base/netbox
|
|
11 | -# - ../base/nextcloud |
|
3 | +resources: [] |
... | ... | @@ -2,8 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 |
2 | 2 | kind: Kustomization
|
3 | 3 | resources:
|
4 | 4 | - ../base/openbao
|
5 | - - ../base/external-secrets
|
|
6 | - - ../base/etcd-backup
|
|
7 | 5 | # Apps
|
8 | 6 | - ../base/ademir
|
9 | 7 | - ../base/codimd
|
... | ... | @@ -4,4 +4,6 @@ resources: |
4 | 4 | - ../base/cilium
|
5 | 5 | - ../base/ceph-csi
|
6 | 6 | - ../base/cert-manager
|
7 | + - ../base/external-secrets
|
|
8 | + - ../base/etcd-backup
|
|
7 | 9 | - ./ippool.yaml |