feat: migrate namespaces

This commit is contained in:
2024-11-05 14:17:21 -05:00
parent 83a43b94c9
commit 5a1600c377
6 changed files with 43 additions and 20 deletions

View File

@@ -1,10 +1,28 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-namespaces
namespace: flux-system
spec:
interval: 1h0m0s
path: ./infra/namespaces
prune: true
retryInterval: 1m0s
sourceRef:
kind: GitRepository
name: flux-system
timeout: 5m0s
wait: true
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-controllers
namespace: flux-system
spec:
dependsOn:
- name: infra-namespaces
interval: 1h0m0s
path: ./infra/controllers
prune: true