Fix minio setup job command

Signed-off-by: Adam Bramley <adam.bramley@previousnext.com.au>
This commit is contained in:
Adam Bramley
2018-12-06 12:23:55 +11:00
parent 5464b3dce8
commit 90babe0ed3

View File

@@ -112,7 +112,7 @@ spec:
command:
- /bin/sh
- -c
- "mc --config-folder=/config config host add ark http://minio:9000 minio minio123 && mc --config-folder=/config mb -p ark/ark"
- "mc --config-dir=/config config host add ark http://minio:9000 minio minio123 && mc --config-dir=/config mb -p ark/ark"
volumeMounts:
- name: config
mountPath: "/config"