-
-
Save doytsujin/017d1ad2e4ae5532eb6440c4985d6783 to your computer and use it in GitHub Desktop.
Argo CD App of Apps config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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