wu-sheng commented on a change in pull request #7570:
URL: https://github.com/apache/skywalking/pull/7570#discussion_r696212586
##########
File path:
oap-server/server-configuration/configuration-k8s-configmap/src/main/java/org/apache/skywalking/oap/server/configuration/configmap/ConfigurationConfigmapInformer.java
##########
@@ -37,7 +42,7 @@
@Slf4j
public class ConfigurationConfigmapInformer {
-
+ private final static String LABEL_SW_GROUP_CONFIG_KEY =
"sw-group-config-key";
Review comment:
It is better to make this label configurable. Take
`ClusterModuleKubernetesConfig` as a reference.
--
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]