Browse Source

Add before-hook-creation delete policy to bucket-hook Job (#8519)

pull/8523/head
Steven Crespo 12 hours ago
committed by GitHub
parent
commit
b6f6f0187e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      k8s/charts/seaweedfs/templates/shared/post-install-bucket-hook.yaml

2
k8s/charts/seaweedfs/templates/shared/post-install-bucket-hook.yaml

@ -51,7 +51,7 @@ metadata:
annotations:
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "-5"
"helm.sh/hook-delete-policy": hook-succeeded
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
spec:
template:
metadata:

Loading…
Cancel
Save