cyclops
cyclops copied to clipboard
Enable deploying Modules in Different Namespaces
Modules is a CRD created by Cyclops. It represents your applications and services in the Kubernetes cluster. Currently, all modules are deployed in the cyclops namespace. This is displayed under the module name when opening the module details page
We want Cyclops to be able to deploy modules in any namespace.
I was thinking to implement the same on CLI
We could update the controller and the cli in the same PR
I can work on this
Can you please assign this to me 😅