
yyvf22 pushed to branch main at Root / Kubernetes / FluxCD Commits: 0312d69d by yyvf at 2025-08-04T15:13:26-03:00 refactor(fluxcd): move external-secrets and etcd-backup to infrastructure - - - - - 6496df11 by yyvf22 at 2025-08-04T18:15:14+00:00 refactor(fluxcd): move external-secrets and etcd-backup to infrastructure See merge request root/k8s/fluxcd!2 - - - - - 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: ===================================== apps/prod/kustomization.yaml ===================================== @@ -1,11 +1,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -resources: - -# - ../base/ademir -#- ../base/gitlab-runner -# - ../base/wordpress -# - ../base/harbor -# - ../base/keycloak -# - ../base/netbox -# - ../base/nextcloud +resources: [] ===================================== apps/stage/kustomization.yaml ===================================== @@ -2,8 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../base/openbao - - ../base/external-secrets - - ../base/etcd-backup # Apps - ../base/ademir - ../base/codimd ===================================== 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 ===================================== @@ -4,4 +4,6 @@ resources: - ../base/cilium - ../base/ceph-csi - ../base/cert-manager + - ../base/external-secrets + - ../base/etcd-backup - ./ippool.yaml View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/compare/41aaeda5160f13a861847c... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/compare/41aaeda5160f13a861847c... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.