share apps between all clusters

This commit is contained in:
2025-01-22 12:00:10 -06:00
parent 0adf29aea3
commit 50078194a1
18 changed files with 15 additions and 183 deletions

View File

@ -0,0 +1,15 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps
namespace: flux-system
spec:
interval: 10m0s
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps
prune: true
wait: true
timeout: 5m0s