Files
gitops/infrastructure/rook-ceph-config-app.yaml
2026-01-14 00:08:05 +00:00

23 lines
558 B
YAML

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