From f698da4cd21b6ca2b49c8118d99f21da60c2702e Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 24 May 2018 11:59:56 +0200 Subject: [PATCH] call the hub container 'hub' hub-container container is redundant --- jupyterhub/templates/hub/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/templates/hub/deployment.yaml b/jupyterhub/templates/hub/deployment.yaml index eefca1f868..7ffd556445 100644 --- a/jupyterhub/templates/hub/deployment.yaml +++ b/jupyterhub/templates/hub/deployment.yaml @@ -66,7 +66,7 @@ spec: {{- if .Values.hub.extraContainers }} {{ toYaml .Values.hub.extraContainers | indent 6 }} {{ end }} - - name: hub-container + - name: hub image: {{ .Values.hub.image.name }}:{{ .Values.hub.image.tag }} command: - jupyterhub