fix(dispatch) correct init command after manual test
This commit is contained in:
parent
c7abdbe076
commit
930313722f
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
apiVersion: v2
|
||||
name: dispatch
|
||||
description: Netflix Dispatch incident management system
|
||||
version: 0.2.7
|
||||
version: 0.2.8
|
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue