Files
gitops-argocd/declarative/app-of-apps/heliocentric-app.yml
Siddharth Barahalikar 5fcf26b663 Update heliocentric-app.yml
2022-09-20 17:53:17 +05:30

26 lines
541 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: heliocentric-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/manifests/heliocentric-model
destination:
server: https://kubernetes.default.svc
namespace: heliocentric
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true