Created
July 18, 2021 06:59
-
-
Save bharatmicrosystems/c5d648bbe7b2f2d2a3eae934ad52a613 to your computer and use it in GitHub Desktop.
Revisions
-
bharatmicrosystems created this gist
Jul 18, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: my-nginx namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default source: repoURL: https://github.com/bharatmicrosystems/argo-cd-example.git targetRevision: HEAD path: manifests/nginx destination: server: https://kubernetes.default.svc namespace: default syncPolicy: automated: selfHeal: true