delete existing hook
https://github.com/longhorn/longhorn/issues/1057 this allows to recover a failed installation / upgrade Signed-off-by: Philipp Hellmich <phil@hellmi.de>
This commit is contained in:
parent
ad59f112b0
commit
159ea6fbbf
@ -3,7 +3,7 @@ kind: Job
|
||||
metadata:
|
||||
annotations:
|
||||
"helm.sh/hook": post-upgrade
|
||||
"helm.sh/hook-delete-policy": hook-succeeded
|
||||
"helm.sh/hook-delete-policy": hook-succeeded,before-hook-creation
|
||||
name: longhorn-post-upgrade
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
|
Loading…
Reference in New Issue
Block a user