Open caiconkhicon opened 3 years ago
I created https://github.com/zalando/postgres-operator/pull/1375 to add the TEAMS feature
@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 : 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.
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.
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
.
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.
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:
targetNamespace: *
. Please create a documentation for thepostgres-operator-ui
Helm chart to mention this.acid
. I have tested changing it manually and it worked. So please implement it. (https://github.com/zalando/postgres-operator/blob/master/charts/postgres-operator-ui/templates/deployment.yaml#L54-L58)