diff --git a/applications/templates/rook-ceph-operator.yaml b/applications/templates/rook-ceph-operator.yaml new file mode 100644 index 0000000..453d32d --- /dev/null +++ b/applications/templates/rook-ceph-operator.yaml @@ -0,0 +1,29 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: rook-ceph-operator + namespace: argocd +spec: + project: default + destination: + server: {{ .Values.spec.destination.server }} + namespace: ceph + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true + source: + chart: rook-ceph + repoURL: https://charts.rook.io/release + targetRevision: 1.17.1 + helm: + valuesObject: + priorityClassName: system-cluster-critical + csi: + enableMetadata: true + serviceMonitor: + enabled: false + enableDiscoveryDaemon: true + discoveryDaemonInterval: 6h \ No newline at end of file