infra/argocd-apps/argocd.yaml
2025-07-01 02:09:11 +03:00

24 lines
516 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
namespace: argocd
spec:
project: infra
source:
repoURL: 'https://git.dvirlabs.com/dvirlabs/infra.git'
targetRevision: HEAD
path: charts/argo-cd
helm:
valueFiles:
- ../../manifests/argocd/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated: {}
# prune: true
# selfHeal: true
# syncOptions:
# - CreateNamespace=true