morhidi commented on code in PR #239:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/239#discussion_r883435675


##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/FlinkConfigManager.java:
##########
@@ -63,7 +63,7 @@ public class FlinkConfigManager {
     private final AtomicLong defaultConfigVersion = new AtomicLong(0);
 
     private final LoadingCache<Key, Configuration> cache;
-    private Set<String> namespaces = OperatorUtils.getWatchedNamespaces();
+    private final Set<String> namespaces = EnvUtils.getWatchedNamespaces();

Review Comment:
   https://issues.apache.org/jira/browse/FLINK-27812 <- Follow up ticket for 
dynamic namespaces



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to