Skip to content

Commit f3685f3

Browse files
fix: update mc command in minio-deployment example (#8982)
* fix: update mc command in minio-deployment example Signed-off-by: Vishal Choudhary <[email protected]> * fix: run make new-changelog Signed-off-by: Vishal Choudhary <[email protected]> --------- Signed-off-by: Vishal Choudhary <[email protected]>
1 parent 0777218 commit f3685f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: update mc command in minio-deployment example

examples/minio/00-minio-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ spec:
107107
command:
108108
- /bin/sh
109109
- -c
110-
- "mc --config-dir=/config config host add velero http://minio:9000 minio minio123 && mc --config-dir=/config mb -p velero/velero"
110+
- "mc --config-dir=/config alias set velero http://minio:9000 minio minio123 && mc --config-dir=/config mb -p velero/velero"
111111
volumeMounts:
112112
- name: config
113113
mountPath: "/config"

0 commit comments

Comments
 (0)