Files
kubernetes/clusters/artemis/apps/cnpg/application.yaml
2025-10-23 13:01:30 +02:00

25 lines
534 B
YAML

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