feat: add App of Apps to auto-deploy customers from customers/ dir

This commit is contained in:
Ryan Moon
2026-04-03 18:41:28 -05:00
parent 655146d6b8
commit ea926e1972

18
argocd/customers-app.yaml Normal file
View File

@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: customers
namespace: argocd
spec:
project: default
source:
repoURL: ssh://git@git-ssh.lunarfront.tech/ryan/lunarfront-charts.git
targetRevision: main
path: customers
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true