Commit 28e4dabe authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: disable rook-ceph

parent 797bb5b6
Loading
Loading
Loading
Loading
+0 −27
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"
    helm:
      skipCrds: true
  destination:
    server: "https://kubernetes.default.svc"
    namespace: "rook-ceph"
  syncPolicy:
    automated:
      prune: false
      selfheal: false
    syncOptions:
      - "CreateNamespace=true"
      - "Timeout=600"
  ignoreDifferences:
    - group: "apiextensions.k8s.io"
      kind: "CustomResourceDefinition"