Automated upload for dev.t09.de

This commit is contained in:
Automated pipeline 2026-06-08 12:15:27 +00:00 committed by Actions pipeline
parent 011f436fb7
commit 422f568c8e
16 changed files with 407 additions and 17 deletions

View file

@ -0,0 +1,23 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: secrets-backup
namespace: argocd
labels:
env: dev
spec:
project: default
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
retry:
limit: -1
destination:
name: in-cluster
namespace: gitea
sources:
- repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
targetRevision: HEAD
path: "otc/dev.t09.de/stacks/core/secrets-backup/manifests"