Upgrade the helm charts to Arvados 2.1.0.
[arvados-k8s.git] / dockerfiles / bootstrap.sh
index cfdc8c43792fb2ae34f728b02a7ce2a5bc4c0293..784e4d12cf9a0342420c6c9a629bf155230019b6 100755 (executable)
@@ -9,7 +9,7 @@ if [[ "$1" == "" ]]; then
   exit 1
 fi
 
-if [[ "$@" =~ "arvados-workbench=" ]] || [[ "$@" =~ "arvados-sso-server=" ]] || [[ "$@" =~ "arvados-api-server=" ]]; then
+if [[ "$@" =~ "arvados-workbench=" ]] || [[ "$@" =~ "arvados-api-server=" ]]; then
   RESET_NGINX_DAEMON_FLAG=true
 else
   RESET_NGINX_DAEMON_FLAG=false