This repository was archived by the owner on Sep 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments