fix(dispatch) correct init command after manual test

This commit is contained in:
Tommy 2023-12-16 18:40:59 +01:00
parent c7abdbe076
commit 930313722f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
apiVersion: v2
name: dispatch
description: Netflix Dispatch incident management system
version: 0.2.7
version: 0.2.8

View file

@ -18,7 +18,7 @@ spec:
initContainers:
- name: web-db-init
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
command: ["dispatch", "web", "database", "init"]
command: ["dispatch", "database", "init"]
env: &dispatchEnv
- name: DISPATCH_UI_URL
value: "{{ .Values.url }}"