Initial upload

This commit is contained in:
Stephan Lo 2025-05-21 15:56:16 +02:00
parent 0c3f9a7072
commit 4b92302600
51 changed files with 348 additions and 220 deletions

View file

@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: second-cluster
namespace: argocd
labels:
env: dev
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
name: in-cluster
namespace: argocd
source:
path: stacks/second-cluster
repoURL: 'https://gitea.factory.c-one-infra.de/giteaAdmin/edfbuilder'
targetRevision: HEAD
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true