perform helm operations in corect order

This commit is contained in:
Sergey Dudoladov 2020-10-23 05:30:23 +02:00
parent 539998abd8
commit f5246de463
1 changed files with 1 additions and 1 deletions

View File

@ -53,8 +53,8 @@ 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 add stable https://kubernetes-charts.storage.googleapis.com/ /tmp/helm-postgres-operator-e2e-tests/helm repo add stable https://kubernetes-charts.storage.googleapis.com/
/tmp/helm-postgres-operator-e2e-tests/helm repo update
/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
} }