Add init schema job to Helm hooks so that schema can be updated when upgrading deployment (#13898)
This commit is contained in:
parent
61637cc0a3
commit
664d2e4ed3
|
|
@ -21,7 +21,7 @@ metadata:
|
|||
labels:
|
||||
{{- include "dolphinscheduler.common.labels" . | nindent 4 }}
|
||||
annotations:
|
||||
"helm.sh/hook": post-install
|
||||
"helm.sh/hook": post-install,post-upgrade,post-rollback
|
||||
"helm.sh/hook-weight": "1"
|
||||
spec:
|
||||
template:
|
||||
|
|
|
|||
Loading…
Reference in New Issue