chore(bootstrap): Added templating

This commit is contained in:
Daniël Groothuis
2025-10-23 14:01:32 +02:00
parent b83062b0ef
commit fbcd8ac75c
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ${APPLICATION_NAME}
namespace: ${APPLICATION_NAME}
labels:
platform.dgse.cloud/cluster: artemis
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: ${APPLICATION_NAME}
source:
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
path: manifests/artemis/${APPLICATION_NAME}
targetRevision: main
destination:
namespace: ${APPLICATION_NAME}
name: in-cluster
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true