Skip to content

Commit bfc5d5f

Browse files
committed
chore(argocd): remove finalizer on openstack components
This should have been part of 4a28a91. We are making changes to the deployment and have seen that not preserving the resources and letting ArgoCD set the finalizer causes it to delete the application and re-create it on changes. We really don't want that and just want to upgrade in place.
1 parent 4f3bc15 commit bfc5d5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/appsets/openstack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ metadata:
44
name: openstack
55
spec:
66
syncPolicy:
7+
preserveResourcesOnDeletion: true
78
applicationsSync: create-update
89
goTemplate: true
910
goTemplateOptions: ["missingkey=error"]

0 commit comments

Comments
 (0)