Skip to content

Instantly share code, notes, and snippets.

@doytsujin
Forked from mikesparr/app-of-apps.yaml
Created March 15, 2022 14:42
Show Gist options
  • Save doytsujin/017d1ad2e4ae5532eb6440c4985d6783 to your computer and use it in GitHub Desktop.
Save doytsujin/017d1ad2e4ae5532eb6440c4985d6783 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment