Example Apps to Demonstrate Argo CD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
384 B

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: applicationset
namespace: argocd
spec:
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
source:
repoURL: git@github.com:evercast-chris/argocd-example-apps.git
targetRevision: master
path: applicationsets
destination:
server: https://kubernetes.default.svc