From 18477280cfe1acde72f8d2a9296413688c888fa8 Mon Sep 17 00:00:00 2001 From: dwrightmsft Date: Fri, 2 Jul 2021 17:43:21 +0100 Subject: [PATCH] Removed blank line --- scripts/minio.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/minio.sh b/scripts/minio.sh index fa1f817..dec34eb 100644 --- a/scripts/minio.sh +++ b/scripts/minio.sh @@ -1,6 +1,5 @@ #!/bin/bash # Download and install Helm -set -x wget -O helm.tgz https://get.helm.sh/helm-v3.6.2-linux-amd64.tar.gz tar -zxvf helm.tgz mv linux-amd64/helm /usr/local/bin/helm @@ -17,4 +16,4 @@ wget -O values.yaml $HELMVALUES helm upgrade --install --wait minio minio/minio --namespace minio --create-namespace --set azuregateway.enabled=true --set accessKey=$STORAGEACCOUNTNAME --set secretKey=$STORAGEACCOUNTKEY --values values.yaml #Configure Pod Autoscaler -kubectl autoscale deployment --namespace minio minio --cpu-percent=60 --min=3 --max=50 +kubectl autoscale deployment --namespace minio minio --cpu-percent=60 --min=3 --max=50 \ No newline at end of file