zalando / postgres-operator

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://postgres-operator.readthedocs.io/
MIT License
4.22k stars 968 forks source link

[UI] Helm chart feature request: Watch multi namespaces and parameterize teams #1373

Open caiconkhicon opened 3 years ago

caiconkhicon commented 3 years ago

Please, answer some short questions which should help us to understand your problem / question better?

I want to use Helm to deploy postgres-operator-ui (https://github.com/zalando/postgres-operator/blob/master/charts/postgres-operator-ui). However, it lacks of two features:

caiconkhicon commented 3 years ago

I created https://github.com/zalando/postgres-operator/pull/1375 to add the TEAMS feature

yfoelling commented 3 years ago

@caiconkhicon you can watch all namespaces by setting it to: targetNamespace: "*"

i found that out by trial-error, since i also did not find it in the documentation

FxKu commented 3 years ago

@yfoelling fyi we have a reference doc for all config options where this is explained as well as in our admin docs.

caiconkhicon commented 3 years ago

@FxKu : I don't think that it's exactly correct. The documentation is for postgres-operator, not for the UI. The mentioned parameter is also watched_namespace, not targetNamespace for the UI.

FxKu commented 3 years ago

ah yes, true for UI there's not much documentation. But yes, it works with targetNamespace: "*" indeed. Not sure, if this should be the default.

caiconkhicon commented 3 years ago

I agree that it should not be * per default. However, it should be configurable. I will update the issue description to reflex that we need a doc for the UI about that targetNamespace.

SNThrailkill commented 1 year ago

the targetNamespace kept me from using this for weeks. Thankfully I knew this had to be a thing and found this issue. PLEASE add this parameter to the documentation.