Remove finalizers from cloudnativepg application and add sync options for namespace creation and ServerSideApply
This commit is contained in:
parent
d8d6e4e7a3
commit
21ce8a85cf
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user