X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/8e4e9f7e5b86ebedf4543046bc1f518cbc74fef0..18f0d7866fb9a02ceb2fcb95fab9b39b48bf8ce0:/arvados/templates/keep-proxy-deployment.yaml diff --git a/arvados/templates/keep-proxy-deployment.yaml b/arvados/templates/keep-proxy-deployment.yaml index dad4fac..4d2b3b9 100644 --- a/arvados/templates/keep-proxy-deployment.yaml +++ b/arvados/templates/keep-proxy-deployment.yaml @@ -31,11 +31,10 @@ spec: command: - "sh" - "-c" - # TODO: the apt-get update should be run in the Dockerfile - - "apt-get update && /usr/local/bin/bootstrap.sh keepproxy=1.1.3.20180404192345* && keepproxy" + - "/usr/local/bin/bootstrap.sh keepproxy={{ .Values.arvados.versions.distribution.keepProxy }} && keepproxy" env: - name : ARVADOS_API_HOST - value: "8.8.8.8:444" + value: "{{ .Values.externalIP }}:444" - name : ARVADOS_API_HOST_INSECURE value: "true" - name : ARVADOS_API_TOKEN