Skip to content

Commit

Permalink
fix(chart): use metastore hostname template in config map, rather tha…
Browse files Browse the repository at this point in the history
…n hardcoding it (#41)
  • Loading branch information
alee-x authored Jan 16, 2024
1 parent b077cf5 commit 3ca0e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hive/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data:
</property>
<property>
<name>javax.jdo.option.ConnectionURL</name>
<value>jdbc:mysql://{{ .Release.Name }}-mysql-primary-headless:3306/{{ .Values.mysql.auth.database }}</value>
<value>jdbc:mysql://{{ .Release.Name }}-{{ .Values.metastoreHostname }}:3306/{{ .Values.mysql.auth.database }}</value>
</property>
<property>
<name>javax.jdo.option.ConnectionUserName</name>
Expand Down

0 comments on commit 3ca0e92

Please sign in to comment.