Files
lunarfront-charts/argocd/customers-app.yaml

19 lines
401 B
YAML

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