X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/69f6e7c2b785b670c5fca667981013e3d8631fe3..7eee5bf2ae17edcf4cda18338854cc2859f94ae7:/charts/arvados/templates/shell-server-deployment.yaml diff --git a/charts/arvados/templates/shell-server-deployment.yaml b/charts/arvados/templates/shell-server-deployment.yaml index 9f70371..4b323bd 100644 --- a/charts/arvados/templates/shell-server-deployment.yaml +++ b/charts/arvados/templates/shell-server-deployment.yaml @@ -29,7 +29,7 @@ spec: command: - "sh" - "-c" - - "/usr/local/bin/bootstrap.sh python-arvados-python-client={{ .Values.arvados.versions.distribution.pythonArvadosPythonClient }} gem:arvados-cli={{ .Values.arvados.versions.gem.arvadosCLI }} gem:arvados-login-sync={{ .Values.arvados.versions.gem.arvadosLoginSync }} crunchrunner={{ .Values.arvados.versions.distribution.crunchRunner }} python-arvados-fuse={{ .Values.arvados.versions.distribution.pythonArvadosFuse }} && install /init-scripts-staging/* /etc/my_init.d && /sbin/my_init" + - "/usr/local/bin/bootstrap.sh python3-arvados-python-client={{ .Values.arvados.versions.distribution.pythonArvadosPythonClient }} gem:arvados-cli={{ .Values.arvados.versions.gem.arvadosCLI }} gem:arvados-login-sync={{ .Values.arvados.versions.gem.arvadosLoginSync }} python3-arvados-fuse={{ .Values.arvados.versions.distribution.pythonArvadosFuse }} && install /init-scripts-staging/* /etc/my_init.d && /sbin/my_init" env: - name: RAILS_ENV value: "production"