add helm 'stable' repository
This commit is contained in:
parent
b79e17a279
commit
539998abd8
|
|
@ -54,6 +54,7 @@ function set_kind_api_server_ip(){
|
||||||
function deploy_minio(){
|
function deploy_minio(){
|
||||||
echo "Deploying MinIO object storage..."
|
echo "Deploying MinIO object storage..."
|
||||||
/tmp/helm-postgres-operator-e2e-tests/helm repo update
|
/tmp/helm-postgres-operator-e2e-tests/helm repo update
|
||||||
|
/tmp/helm-postgres-operator-e2e-tests/helm repo add stable https://kubernetes-charts.storage.googleapis.com/
|
||||||
/tmp/helm-postgres-operator-e2e-tests/helm install --generate-name minio/minio
|
/tmp/helm-postgres-operator-e2e-tests/helm install --generate-name minio/minio
|
||||||
kubectl create file manifests/minio-configmap.yaml
|
kubectl create file manifests/minio-configmap.yaml
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue