FrankChen021 commented on code in PR #17738: URL: https://github.com/apache/druid/pull/17738#discussion_r1961558757
########## extensions-core/kubernetes-overlord-extensions/src/main/java/org/apache/druid/k8s/overlord/common/DruidK8sConstants.java: ########## @@ -43,6 +43,7 @@ public class DruidK8sConstants public static final String DRUID_HOST_ENV = "druid_host"; public static final String DRUID_HOSTNAME_ENV = "HOSTNAME"; public static final String LABEL_KEY = "druid.k8s.peons"; + public static final String ORIGINAL_NAMESPACE_KEY = "druid.overlord.namespace"; Review Comment: better to be OVERLORD_NAMESPACE_KEY -- 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]
