Create geocentric-app.yml

This commit is contained in:
Barahalikar Siddharth
2022-06-08 16:48:45 +05:30
committed by GitHub
parent da8df23bf3
commit 18cee4137a

View File

@@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: geocentric-app
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/sidd-harth/test-cd.git
targetRevision: HEAD
path: ./declarative/geocentric-model
destination:
server: https://kubernetes.default.svc
namespace: geocentric
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true