chore(dispatch): remove unused anchors
Some checks failed
Validate Charts / Get Charts being Changed (pull_request) Successful in 6s
Validate Charts / Lint (pull_request) Failing after 7s
Validate Charts / Audit (pull_request) Failing after 7s
Validate Charts / Outdated APIs (pull_request) Failing after 7s

This commit is contained in:
Tommy 2024-11-14 17:27:26 +01:00
parent 828459af2d
commit c14fa914f1
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

View file

@ -31,7 +31,7 @@ spec:
- -c
- |
dispatch database init || true
env: &dispatchEnv
env:
- name: MJML_PATH
value: /node_modules/.bin
- name: DISPATCH_UI_URL
@ -57,7 +57,7 @@ spec:
imagePullPolicy: {{ coalesce $.Values.image.pullPolicy .pullPolicy }}
{{- end }}
command: ["dispatch", "database", "upgrade"]
env: &dispatchEnv
env:
- name: MJML_PATH
value: /node_modules/.bin
- name: DISPATCH_UI_URL