From 4ba365a53cfb6759125c09f776d76d02b2f07b33 Mon Sep 17 00:00:00 2001 From: Mike Smith <89040888+smiggiddy@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:38:56 -0500 Subject: [PATCH] feat: add sync policy --- argo/utilities/templates/rook.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/argo/utilities/templates/rook.yaml b/argo/utilities/templates/rook.yaml index 0912198..416c7ce 100644 --- a/argo/utilities/templates/rook.yaml +++ b/argo/utilities/templates/rook.yaml @@ -9,6 +9,9 @@ spec: destination: namespace: rook-ceph server: https://kubernetes.default.svc + syncPolicy: + syncOptions: + - CreateNamespace=true project: default source: repoURL: https://charts.rook.io/release