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

Commit

Permalink
hive metastore
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Apr 1, 2021
1 parent 45bc6f7 commit a53b6be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/hive-metastore/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.0.13
version: 0.0.14

# 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
6 changes: 3 additions & 3 deletions charts/hive-metastore/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ data:
<configuration>
<property>
<name>javax.jdo.option.ConnectionURL</name>
<value>jdbc:postgresql://{{ .Values.postgresql.fullnameOverride }}:5432/{{ .Values.global.postgresqlDatabase}}</value>
<value>jdbc:postgresql://{{ .Values.postgresql.fullnameOverride }}:5432/{{ .Values.global.postgresql.postgresqlDatabase}}</value>
</property>
<property>
<name>javax.jdo.option.ConnectionDriverName</name>
<value>org.postgresql.Driver</value>
</property>
<property>
<name>javax.jdo.option.ConnectionUserName</name>
<value>{{ .Values.global.postgresqlUsername }}</value>
<value>{{ .Values.global.postgresql.postgresqlUsername }}</value>
</property>
<property>
<name>javax.jdo.option.ConnectionPassword</name>
<value>{{ .Values.global.postgresqlPassword }}</value>
<value>{{ .Values.global.postgresql.postgresqlPassword }}</value>
</property>
<property>
<name> hive.metastore.warehouse.dir</name>
Expand Down

0 comments on commit a53b6be

Please sign in to comment.