helm install minio code example
Example 1: helm release minio
$ helm install --namespace minio --generate-name minio/minio
Example 2: helm release minio
$ helm repo add minio https://helm.min.io/
$ helm install --namespace minio --generate-name minio/minio
$ helm repo add minio https://helm.min.io/