Add init schema job to Helm hooks so that schema can be updated when upgrading deployment (#13898)

This commit is contained in:
kezhenxu94 2023-04-10 15:44:20 +08:00 committed by GitHub
parent 61637cc0a3
commit 664d2e4ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: