noobaa-operator
noobaa-operator copied to clipboard
Feature request/low hanging fruit: Allow changing the PostgreSQL via the NooBaa CR
Currently the operator sets the environment variables POSTGRES_HOST, POSTGRES_DBNAME, POSTGRES_USER and POSTGRES_PASSWORD statically. With #395 getting merged it will be possible to change the URL of the MongoDB, the same should be possible for PostgreSQL. Furthermore it would be best if it was possible to supply a secret in which the username and password for the PostgreSQL could be set to match the custom PostgreSQL instance (also see #457 ).
See also #481. By supporting external DB, we provide the first capability to deploy an HA database, though not by the noobaa operator.
@liranmauda this is still very much desired. Also if you remove MongoDB the noobaa CR flag mongoDbURL
could be changed to postgresDbURL