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:
|
metadata:
|
||||||
name: cloudnativepg
|
name: cloudnativepg
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
finalizers:
|
|
||||||
- resources-finalizer.argocd.argoproj.io
|
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: cnpg-system
|
namespace: cnpg-system
|
||||||
@ -22,8 +20,11 @@ spec:
|
|||||||
automated:
|
automated:
|
||||||
prune: false
|
prune: false
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
- ServerSideApply=true
|
||||||
source:
|
source:
|
||||||
path: cnpg
|
chart: cnpg
|
||||||
repoURL: https://cloudnative-pg.github.io/charts
|
repoURL: https://cloudnative-pg.github.io/charts
|
||||||
targetRevision: 0.23.2
|
targetRevision: 0.23.2
|
||||||
helm:
|
helm:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user