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:
|
labels:
|
||||||
{{- include "dolphinscheduler.common.labels" . | nindent 4 }}
|
{{- include "dolphinscheduler.common.labels" . | nindent 4 }}
|
||||||
annotations:
|
annotations:
|
||||||
"helm.sh/hook": post-install
|
"helm.sh/hook": post-install,post-upgrade,post-rollback
|
||||||
"helm.sh/hook-weight": "1"
|
"helm.sh/hook-weight": "1"
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue