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

Commit febd48f

Browse files
committed
add xform for domain namespace env value
1 parent ce70d74 commit febd48f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

charts/hive-metastore/values.schema.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,12 @@
109109
"domain-namespace": {
110110
"description": "domain name where your hive metastore is located inside your organization",
111111
"type": "string",
112+
"x-form": {
113+
"value": "{{project.id}}"
114+
},
112115
"default": "changeMe"
113116
}
114-
}
115-
}
117+
}
116118
},
117119
"global": {
118120
"description": "postgres specific configuration",

0 commit comments

Comments
 (0)