Skip to content
Snippets Groups Projects
Commit 02469400 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed job command

parent de7ccedb
No related branches found
No related tags found
No related merge requests found
Pipeline #7389 passed
......@@ -29,8 +29,8 @@ spec:
- name: {{ .Chart.Name }}-db-migrations
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["/usr/local/bin/node"]
args: ["knex", "migrate:up"]
command: ["knex"]
args: ["migrate:up"]
volumeMounts:
- name: order-data
mountPath: /data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment