Skip to content

Commit

Permalink
Merge pull request #695 from minrk/hub-container
Browse files Browse the repository at this point in the history
call the hub container 'hub'
  • Loading branch information
betatim authored May 25, 2018
2 parents f843972 + f698da4 commit c5ec562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterhub/templates/hub/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5ec562

Please sign in to comment.