gimlet-io / capacitor

A general purpose UI for FluxCD.
Apache License 2.0
641 stars 21 forks source link

Excluding namespaces #130

Open jorsmatthys opened 1 month ago

jorsmatthys commented 1 month ago

I just tried out this tool on one of our clusters. We would mostly like to use this to expose information about the status of deployment changes to developers in a friendly manner.

I see that there is already a feature request open for multi-tenancy support (but I suppose implementing that is no small task).

What I think would already be useful to us is if we could exclude certain namespaces from the UI through a value passed to the helm chart, this way we could exclude all system namespaces and only show namespaces that contain business-workloads. That would probably make our average user more comfortable navigating the tool.

I assume this is not possible yet right now as I do not find any example in the readme/values chart.

laszlocph commented 1 month ago

It is not possible right now. I will focus on respecting the already defined RBAC. I am really close to get there.