operator-framework / rukpak

RukPak runs in a Kubernetes cluster and defines APIs for installing cloud native content
Apache License 2.0
52 stars 50 forks source link

Support `watchNamespaces` for Plain and Helm bundle format #815

Open varshaprasad96 opened 8 months ago

varshaprasad96 commented 8 months ago

https://github.com/operator-framework/rukpak/pull/802 introduced a field in bundledeployment spec named watchNamespaces wherein users can specify the namespaces the operator needs to be configured to watch. Based on certain validations that evaluate if the Operator itself can support such configuration, Rukapk generates RBAC. This feature currently works only in registryV1 bundles.

With Helm and Plain we need to evaluate how the operator author can specify the supported install mode.

github-actions[bot] commented 6 months ago

This issue has become stale because it has been open 60 days with no activity. The maintainers of this repo will remove this label during issue triage or it will be removed automatically after an update. Adding the lifecycle/frozen label will cause this issue to ignore lifecycle events.