X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ffoundation%2Fscripts%2Fhelm.sh;h=44205ca911ae6ae6a90c72e8c7d3c0e16223ed3e;hb=0c0074f81e13dc505b36d187fd98df9e343358c5;hp=ccd32ae5403441633e09539541a381693324b46e;hpb=cf0f46af320cc9cf41efb6edad7afbe94dd5e1b6;p=iec.git diff --git a/src/foundation/scripts/helm.sh b/src/foundation/scripts/helm.sh index ccd32ae..44205ca 100755 --- a/src/foundation/scripts/helm.sh +++ b/src/foundation/scripts/helm.sh @@ -1,5 +1,10 @@ #!/bin/bash -ex +if [ -f "$HOME/.bashrc" ]; then + # shellcheck source=/dev/null + source "$HOME/.bashrc" +fi + VERSION='v2.12.3' TILLER_SA_RBAC=~/tiller-rbac.yaml if [ "$(uname -m)" == 'aarch64' ]; then