Last active
December 27, 2021 15:03
-
-
Save calvin-puram/31df9abb49a9203a2609c4c9e3079f9d to your computer and use it in GitHub Desktop.
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: myapp | |
| namespace: argocd | |
| spec: | |
| project: default | |
| source: | |
| repoURL: https://github.com/calvin-puram/argo-demo-deployment.git | |
| targetRevision: HEAD | |
| path: dev | |
| destination: | |
| server: https://kubernetes.default.svc | |
| namespace: myapp | |
| syncPolicy: | |
| syncOptions: | |
| - CreateNamespace=true | |
| automated: | |
| selfHeal: true | |
| prune: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment