Skip to content

Commit 8add7bc

Browse files
committed
feat: add finalizers to helm charts
1 parent 4c120e7 commit 8add7bc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

registry/templates/registry/components/cert-manager/application.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ metadata:
55
namespace: argocd
66
annotations:
77
argocd.argoproj.io/sync-wave: "10"
8+
finalizers:
9+
- resources-finalizer.argocd.argoproj.io
810
spec:
911
project: default
1012
source:

registry/templates/registry/components/vault/operator.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ metadata:
55
namespace: argocd
66
annotations:
77
argocd.argoproj.io/sync-wave: "10"
8+
finalizers:
9+
- resources-finalizer.argocd.argoproj.io
810
spec:
911
project: default
1012
source:

0 commit comments

Comments
 (0)