georgew5656 commented on code in PR #14205: URL: https://github.com/apache/druid/pull/14205#discussion_r1184185252
########## extensions-contrib/kubernetes-overlord-extensions/src/main/java/org/apache/druid/k8s/overlord/common/DruidK8sConstants.java: ########## @@ -36,7 +36,8 @@ public static final String TASK_ID_ENV = "TASK_ID"; public static final String JAVA_OPTS = "JAVA_OPTS"; public static final String DRUID_HOST_ENV = "druid_host"; - public static final String DRUID_HOSTNAME_ENV = "HOSTNAME"; + public static final String DRUID_HOSTNAME_ENV = "HOSTNAME" Review Comment: oops -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
