danhuawang commented on code in PR #10583:
URL: https://github.com/apache/gravitino/pull/10583#discussion_r3019390306
##########
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:
Because this rewrite script will overlap the configurations in chart values
yaml.
--
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]