File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33
44resources :
5- - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/app-configs/minio/overlays/known-password?ref=main
5+ - https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/components/app-configs/minio/overlays/known-password?ref=v0.19
66
77patches :
88 - target :
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ download_mc(){
4040minio_setup_client (){
4141 echo " Setting up MinIO Client..."
4242 which mc 2> /dev/null || download_mc || return
43- mc --insecure --config-dir " ${MINIO_CFG} " config host \
44- add " ${MINIO_REMOTE} " " ${MINIO_ENDPOINT} " " ${MINIO_ACCESSKEY} " " ${MINIO_SECRETKEY} "
43+ mc --insecure --config-dir " ${MINIO_CFG} " alias \
44+ set " ${MINIO_REMOTE} " " ${MINIO_ENDPOINT} " " ${MINIO_ACCESSKEY} " " ${MINIO_SECRETKEY} "
4545 chmod g+rwx -R " ${MINIO_CFG} "
4646}
4747
You can’t perform that action at this time.
0 commit comments