Deploy Ceph Operator

This commit is contained in:
Jack Jackson 2023-07-23 13:36:33 -07:00
parent 6c4f138bac
commit 324479a769

View File

@ -423,3 +423,28 @@ spec:
prune: true
syncOptions:
- CreateNamespace=true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: rook
namespace: argo
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://charts.rook.io/release
targetRevision: HEAD
chart: rook-ceph
destination:
server: "https://kubernetes.default.svc"
namespace: rook
syncPolicy:
automated:
prune: true
syncOptions:
- CreateNamespace=true