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
422 B

# apiVersion: argoproj.io/v1alpha1
# kind: Application
# metadata:
# name: test-100
# namespace: default
# spec:
# project: default
# source:
# repoURL: git@github.com:dgadavin/argocd-example-apps.git
# targetRevision: HEAD
# path: helm-dependency
# destination:
# server: https://kubernetes.default.svc
# namespace: test-100
# syncPolicy:
# syncOptions:
# - CreateNamespace=true