Deploy MinIO

Install minio chart using Helm and setting accessKey and secretKey values for your storage blob:

helm install -f values.yaml minio minio/minio \
    --set accessKey="accessKey",secretKey="secretKey" \
    --namespace highside

Last updated