postgres-operator/pkg/util/config
Oleksii Kliukin 03064637f1 Allow disabling access to the DB and the Teams API.
Command-line options --nodatabaseaccess and --noteamsapi disable all
teams api interaction and access to the Postgres database. This is
useful for debugging purposes when the operator runs out of cluster
(with --outofcluster flag).

The same effect can be achieved by setting enable_db_access and/or
enable_teams_api to false.
2017-05-12 17:40:48 +02:00
..
config.go Allow disabling access to the DB and the Teams API. 2017-05-12 17:40:48 +02:00
util.go Use ConfigMap to store operator's config 2017-05-12 11:41:34 +02:00