Skip to content

Commit

Permalink
Fix minio setup job command
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Bramley <adam.bramley@previousnext.com.au>
  • Loading branch information
acbramley committed Dec 6, 2018
1 parent 5464b3d commit 90babe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/minio/00-minio-deployment.yaml
Expand Up @@ -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"

0 comments on commit 90babe0

Please sign in to comment.