Install Rook to expected namespace

This commit is contained in:
Jack Jackson 2023-07-23 13:56:06 -07:00
parent f7de513633
commit 0534e973de

View File

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