Skip to content

Instantly share code, notes, and snippets.

@mikesparr
Created June 28, 2020 20:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mikesparr/57db9a156af271669cb0663a3e23e437 to your computer and use it in GitHub Desktop.
Save mikesparr/57db9a156af271669cb0663a3e23e437 to your computer and use it in GitHub Desktop.
Argo CD App of Apps config
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: applications
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
path: applications
repoURL: https://github.com/mikesparr/multi-cluster-argo-demo
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true
prune: true
@abdennour
Copy link

with helm , you helm chart must include resources of kind Application in the subdirectory "templates"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment