Skip to content

Commit 4edf904

Browse files
committed
chore
1 parent aabe93c commit 4edf904

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

charts/kyuubi/values.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,20 @@ server:
101101
kyuubiConfDir: /opt/kyuubi/conf
102102
kyuubiConf:
103103
# The value (templated string) is used for kyuubi-env.sh file
104-
# ## Examples ##
105-
# export JAVA_HOME=/usr/jdk64/jdk1.8.0_152
106-
# export SPARK_HOME=/opt/spark
107-
# export FLINK_HOME=/opt/flink
108-
# export HIVE_HOME=/opt/hive
104+
# Example:
105+
#
106+
# kyuubiEnv: |
107+
# export JAVA_HOME=/usr/jdk64/jdk1.8.0_152
108+
# export SPARK_HOME=/opt/spark
109+
# export FLINK_HOME=/opt/flink
110+
# export HIVE_HOME=/opt/hive
111+
#
109112
# See example at conf/kyuubi-env.sh.template and https://kyuubi.readthedocs.io/en/master/deployment/settings.html#environments for more details
110113
kyuubiEnv: ~
111114

112115
# The value (templated string) is used for kyuubi-defaults.conf file
113116
# Example:
117+
#
114118
# kyuubiDefaults: |
115119
# kyuubi.authentication=NONE
116120
# kyuubi.frontend.bind.host=10.0.0.1

0 commit comments

Comments
 (0)