From 41a97e1840de1e86d0fa42496122a6e3da6a87ba Mon Sep 17 00:00:00 2001 From: tm8enk Date: Wed, 10 Mar 2021 08:30:11 +0000 Subject: [PATCH] jupyter 0.3.2 --- charts/jupyter/Chart.yaml | 2 +- charts/jupyter/templates/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/jupyter/Chart.yaml b/charts/jupyter/Chart.yaml index 0609fa48..6b0769dd 100644 --- a/charts/jupyter/Chart.yaml +++ b/charts/jupyter/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.1 +version: 0.3.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/jupyter/templates/deployment.yaml b/charts/jupyter/templates/deployment.yaml index 25a71c88..e795963a 100644 --- a/charts/jupyter/templates/deployment.yaml +++ b/charts/jupyter/templates/deployment.yaml @@ -95,7 +95,7 @@ spec: name: {{$volumeName}} - mountPath: /home/{{ .Values.service.user}}/work name: home - {{- if .Values.discovery.hive -}} + {{- if .Values.discovery.hive }} - name: hive-config mountPath: /opt/hive/conf {{- end }} @@ -107,7 +107,7 @@ spec: volumeMounts: - mountPath: /data name: {{$volumeName}} - {{- if .Values.discovery.hive -}} + {{- if .Values.discovery.hive }} volumes: - name: hive-config configMap: