Files
kubernetes/clusters/artimis/apps/argocd/application.yaml
2025-10-23 10:47:42 +02:00

25 lines
530 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
namespace: argocd
labels:
platform.dgse.cloud/cluster: artimis
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: ArgoCD
source:
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
path: manifests/artimis/argocd
targetRevision: HEAD
destination:
namespace: argocd
name: in-cluster
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true