danhuawang commented on code in PR #10583:
URL: https://github.com/apache/gravitino/pull/10583#discussion_r3019621117
##########
dev/docker/gravitino/start-gravitino.sh:
##########
@@ -24,7 +24,10 @@ gravitino_dir="$(cd "${bin_dir}/../">/dev/null; pwd)"
cd ${gravitino_dir}
-python bin/rewrite_gravitino_server_config.py
+# Skip config rewrite if SKIP_CONFIG_REWRITE is set (e.g., in Kubernetes)
Review Comment:
No, if co-work, rewrite_gravitino_server_config.py maintain a few
environment variables and default values, but the user can't know these default
values by chat cli.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]