jvm-operators / abstract-operator

Library/SDK for creating the operators for Kubernetes and Openshift.
Apache License 2.0
60 stars 17 forks source link

Bug in Custom resource watcher #49

Closed blublinsky closed 5 years ago

blublinsky commented 5 years ago

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();

jkremser commented 5 years ago

thanks, nice catch! Fixed in 815acd8