Restructure app-of-apps

This commit is contained in:
Ian Keane 2026-08-19 10:45:59 -04:00
parent 3dac8f4ebc
commit b196aff758
5 changed files with 57 additions and 40 deletions

18
apps/cluster.yaml Normal file
View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cluster
namespace: argocd
spec:
project: default
source:
repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
targetRevision: HEAD
path: manifests/cluster
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true