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
|
apiVersion: v2
|
||||||
name: dispatch
|
name: dispatch
|
||||||
description: Netflix Dispatch incident management system
|
description: Netflix Dispatch incident management system
|
||||||
version: 0.2.7
|
version: 0.2.8
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: web-db-init
|
- name: web-db-init
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||||
command: ["dispatch", "web", "database", "init"]
|
command: ["dispatch", "database", "init"]
|
||||||
env: &dispatchEnv
|
env: &dispatchEnv
|
||||||
- name: DISPATCH_UI_URL
|
- name: DISPATCH_UI_URL
|
||||||
value: "{{ .Values.url }}"
|
value: "{{ .Values.url }}"
|
||||||
|
|
Loading…
Reference in a new issue