From 21ce8a85cfb92424eca515439cab48165814cf09 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Fri, 9 May 2025 20:40:57 +0200 Subject: [PATCH] Remove finalizers from cloudnativepg application and add sync options for namespace creation and ServerSideApply --- applications/templates/cloudnativepg.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/applications/templates/cloudnativepg.yaml b/applications/templates/cloudnativepg.yaml index 8b75b6c..6463f66 100644 --- a/applications/templates/cloudnativepg.yaml +++ b/applications/templates/cloudnativepg.yaml @@ -11,8 +11,6 @@ kind: Application metadata: name: cloudnativepg namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io spec: destination: namespace: cnpg-system @@ -22,8 +20,11 @@ spec: automated: prune: false selfHeal: true + syncOptions: + - CreateNamespace=true + - ServerSideApply=true source: - path: cnpg + chart: cnpg repoURL: https://cloudnative-pg.github.io/charts targetRevision: 0.23.2 helm: