Update minio backupstore image to support amd64 and arm64
Longhorn #6 Signed-off-by: Bo Tao <bo.tao@rancher.com>
This commit is contained in:
parent
3870716b8c
commit
e54bbd9f4c
@ -46,7 +46,7 @@ spec:
|
|||||||
|
|
||||||
containers:
|
containers:
|
||||||
- name: minio
|
- name: minio
|
||||||
image: minio/minio
|
image: longhornio/minio:RELEASE.2020-10-18T21-54-12Z
|
||||||
command: ["sh", "-c", "mkdir -p /storage/backupbucket && mkdir -p /root/.minio/certs && ln -s /root/certs/private.key /root/.minio/certs/private.key && ln -s /root/certs/public.crt /root/.minio/certs/public.crt && exec /usr/bin/minio server /storage"]
|
command: ["sh", "-c", "mkdir -p /storage/backupbucket && mkdir -p /root/.minio/certs && ln -s /root/certs/private.key /root/.minio/certs/private.key && ln -s /root/certs/public.crt /root/.minio/certs/public.crt && exec /usr/bin/minio server /storage"]
|
||||||
env:
|
env:
|
||||||
- name: MINIO_ACCESS_KEY
|
- name: MINIO_ACCESS_KEY
|
||||||
|
Loading…
Reference in New Issue
Block a user