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

Commit

Permalink
jupyter 0.3.5 hive discovery correction
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Mar 11, 2021
1 parent c656d0f commit bbdfe2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
version: 0.3.5

# 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
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ nginx.ingress.kubernetes.io/whitelist-source-range: {{ .Values.security.whitelis
{{- if $virgule }}
{{- end }}
{{ printf "<property>"}}
{{ printf "<name>metastore.thrift.uris</name>" | indent 4}}
{{ printf "<name>hive.metastore.uris</name>" | indent 4}}
{{ printf "<value>thrift://%s:9083</value>" $service.metadata.name | indent 4}}
{{ printf "</property>"}}
{{- $virgule = 1}}
Expand Down

0 comments on commit bbdfe2e

Please sign in to comment.