konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
126 stars 44 forks source link

Not able to install nificluster when nifi kop is in different namespace #234

Closed narayanbhawar10 closed 1 year ago

narayanbhawar10 commented 1 year ago

Is your feature request related to a problem?

When I install NiFi cluster in different namespace then not able to install it because nifikop belongs to different namespace. Is there any already configuration available for separating nifi kop and nifi cluster via namespace.

Describe the solution you'd like to see

No response

Describe alternatives you've considered

No response

Additional context

No response

mh013370 commented 1 year ago

The namespaces setting in the helm chart controls which namespaces the operator watches for CRDs:

https://github.com/konpyutaika/nifikop/tree/master/helm/nifikop

narayanbhawar10 commented 1 year ago

Thanks @mh013370 Now I am able to progress.

narayanbhawar10 commented 1 year ago

Answered