Browse Source

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

3.2.0-release
kezhenxu94 2 years ago committed by GitHub
parent
commit
664d2e4ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      deploy/kubernetes/dolphinscheduler/templates/job-dolphinscheduler-schema-initializer.yaml

2
deploy/kubernetes/dolphinscheduler/templates/job-dolphinscheduler-schema-initializer.yaml

@ -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…
Cancel
Save