Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 44450cb

Browse files
committed
jupyter 0.3.3
1 parent 41a97e1 commit 44450cb

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

charts/jupyter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.3.2
19+
version: 0.3.3
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to

charts/jupyter/templates/deployment.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ spec:
3333
{{- end }}
3434
- name: {{$volumeName}}
3535
emptyDir: {}
36+
{{- if .Values.discovery.hive }}
37+
- name: hive-config
38+
configMap:
39+
name: {{ include "jupyter.configMapNameHive" . }}
40+
{{- end }}
3641
{{- with .Values.imagePullSecrets }}
3742
imagePullSecrets:
3843
{{- toYaml . | nindent 8 }}
@@ -107,12 +112,6 @@ spec:
107112
volumeMounts:
108113
- mountPath: /data
109114
name: {{$volumeName}}
110-
{{- if .Values.discovery.hive }}
111-
volumes:
112-
- name: hive-config
113-
configMap:
114-
name: {{ include "jupyter.configMapNameHive" . }}
115-
{{- end }}
116115
{{- with .Values.nodeSelector }}
117116
nodeSelector:
118117
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)