Remove finalizers from cloudnativepg application and add sync options for namespace creation and ServerSideApply

This commit is contained in:
Marco van Zijl 2025-05-09 20:40:57 +02:00
parent d8d6e4e7a3
commit 21ce8a85cf

View File

@ -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: