Initial upload

This commit is contained in:
Christopher Hase 2025-05-07 14:15:24 +02:00
parent 40b2f6062c
commit f5ee6fbc0e
127 changed files with 19485 additions and 0 deletions

View file

@ -0,0 +1,31 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: velero
namespace: argocd
labels:
env: dev
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
sources:
- repoURL: "https://vmware-tanzu.github.io/helm-charts"
targetRevision: 8.0.0
helm:
releaseName: velero
valueFiles:
- $values/cihe/otc.c-one-infra.de/stacks/local-backup/velero/helm/values.yaml
chart: velero
- repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances
targetRevision: HEAD
ref: values
destination:
server: "https://kubernetes.default.svc"
namespace: velero
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true