Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complementary fix to recent aesthetics PR #1878

Merged
merged 1 commit into from Oct 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions jupyterhub/templates/hub/deployment.yaml
Expand Up @@ -42,7 +42,7 @@ spec:
name: hub-config
- name: secret
secret:
name: {{ .Values.hub.existingSecret | default "hub-secret" }}
secretName: {{ .Values.hub.existingSecret | default "hub-secret" }}
{{- if .Values.hub.extraVolumes }}
{{- .Values.hub.extraVolumes | toYaml | trimSuffix "\n" | nindent 8 }}
{{- end }}
Expand Down Expand Up @@ -159,7 +159,7 @@ spec:
- name: CONFIGPROXY_AUTH_TOKEN
valueFrom:
secretKeyRef:
secretName: {{ .Values.hub.existingSecret | default "hub-secret" }}
name: {{ .Values.hub.existingSecret | default "hub-secret" }}
key: proxy.token
{{- if .Values.auth.state.enabled }}
- name: JUPYTERHUB_CRYPT_KEY
Expand Down