Skip to content

Commit

Permalink
[Documentation] Add more comment about configyaml
Browse files Browse the repository at this point in the history
Signed-off-by: yandongxiao <[email protected]>
  • Loading branch information
yandongxiao committed Sep 11, 2024
1 parent b8b2d58 commit f417af2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm-charts/charts/kube-starrocks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,8 @@ starrocks:
sys_log_level = INFO
# A map object for setting the config. When configyaml is set, to non-empty, the configs in configyaml will take
# precedence and values in config field will be discarded.
# Note: When using configyaml, the number needs to be quoted to avoid being converted to scientific notiation.
# e.g. brpc_socket_max_unwritten_bytes: "10737418240"
configyaml: {}
# mount secrets if necessary.
# see https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath for more details about subPath.
Expand Down Expand Up @@ -721,6 +723,8 @@ starrocks:
brpc_port = 8060
# A map object for setting the config. When configyaml is set, to non-empty, the configs in configyaml will take
# precedence and values in config field will be discarded.
# Note: When using configyaml, the number needs to be quoted to avoid being converted to scientific notiation.
# e.g. brpc_socket_max_unwritten_bytes: "10737418240"
configyaml: {}
# mount secrets if necessary.
# see https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath for more details about subPath.
Expand Down Expand Up @@ -986,6 +990,8 @@ starrocks:
default_rowset_type = beta
# A map object for setting the config. When configyaml is set, to non-empty, the configs in configyaml will take
# precedence and values in config field will be discarded.
# Note: When using configyaml, the number needs to be quoted to avoid being converted to scientific notiation.
# e.g. brpc_socket_max_unwritten_bytes: "10737418240"
configyaml: {}
# mount secrets if necessary.
# see https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath for more details about subPath.
Expand Down

0 comments on commit f417af2

Please sign in to comment.