Commit 22e4527b authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: add rook-ceph operator

parent 658a7d85
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
---
apiVersion: "argoproj.io/v1alpha1"
kind: "Application"
metadata:
  name: "rook-ceph-operator"
  namespace: "argocd"
spec:
  project: "default"
  source:
    repoURL: "https://charts.rook.io/release"
    chart: "rook-ceph"
    targetRevision: "v1.19.0"
  destination:
    server: "https://kubernetes.default.svc"
    namespace: "rook-ceph"
  syncPolicy:
    automated:
      prune: true
      selfHeal: true
    syncOptions:
      - "CreateNamespace=true"