Closed blublinsky closed 5 years ago
https://github.com/jvm-operators/abstract-operator/blob/master/src/main/java/io/radanalytics/operator/common/CustomResourceWatcher.java#L86
is String namespace = info.getMetadata().getName(); where it should be String namespace = info.getMetadata().getNamespace();
thanks, nice catch! Fixed in 815acd8
Describe the problem:
https://github.com/jvm-operators/abstract-operator/blob/master/src/main/java/io/radanalytics/operator/common/CustomResourceWatcher.java#L86
is String namespace = info.getMetadata().getName(); where it should be String namespace = info.getMetadata().getNamespace();