Skip to content

Commit 966d892

Browse files
committed
moved the annotation to the correct place
1 parent 7f9976e commit 966d892

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

charts/gitops-runtime/templates/hooks/pre-uninstall/cleanup-resources.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ metadata:
44
name: cleanup-runtime-resources
55
annotations:
66
helm.sh/hook: pre-delete
7+
helm.sh/hook-weight: "5"
78
helm.sh/hook-delete-policy: hook-succeeded,before-hook-creation
89
spec:
910
backoffLimit: 3

charts/gitops-runtime/templates/hooks/pre-uninstall/delete-runtime-from-platform.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ metadata:
99
name: delete-runtime-from-platform
1010
annotations:
1111
helm.sh/hook: pre-delete
12-
helm.sh/hook-weight: "5"
1312
helm.sh/hook-delete-policy: hook-succeeded,before-hook-creation,hook-failed
1413
spec:
1514
backoffLimit: 3

0 commit comments

Comments
 (0)