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

Commit 5e22342

Browse files
committed
hive metastore region configs
1 parent 66b2015 commit 5e22342

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

charts/hive-metastore/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type: application
2525
# This is the chart version. This version number should be incremented each time you make changes
2626
# to the chart and its templates, including the app version.
2727
# Versions are expected to follow Semantic Versioning (https://semver.org/)
28-
version: 1.2.1
28+
version: 1.2.2
2929

3030
# This is the version number of the application being deployed. This version number should be
3131
# incremented each time you make changes to the application. Versions are not expected to

charts/hive-metastore/values.schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@
158158
"hidden": {
159159
"value": false,
160160
"path": "listener/enabled"
161+
},
162+
"x-form": {
163+
"value": "{{region.kafka.url}}"
161164
}
162165

163166
},
@@ -168,6 +171,9 @@
168171
"hidden": {
169172
"value": false,
170173
"path": "listener/enabled"
174+
},
175+
"x-form": {
176+
"value": "{{region.kafka.topicName}}"
171177
}
172178
},
173179
"domainNamespace": {

0 commit comments

Comments
 (0)