fix rook add missing destination

This commit is contained in:
Ubuntu
2026-01-14 00:08:05 +00:00
parent d60ff63314
commit 3358d2b796
2 changed files with 36 additions and 9 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: rook-ceph-config
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "3" # Nach dem Cluster deployen
spec:
project: default
source:
repoURL: https://git.cloud-infra.prod.openmailserver.de/stabify/gitops.git
targetRevision: HEAD
path: infrastructure/rook-ceph
destination:
server: https://kubernetes.default.svc
namespace: rook-ceph
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true