Fix reference to enable_database_access in operator_parameters.md (#435)

This commit is contained in:
Arve Knudsen 2019-01-02 10:31:28 +01:00 committed by zerg-junior
parent c0b0b9a832
commit 8d766e020c
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ Options to aid debugging of the operator itself. Grouped under the `debug` key.
boolean parameter that toggles verbose debug logs from the operator. The
default is `true`.
* **enable_db_access**
* **enable_database_access**
boolean parameter that toggles the functionality of the operator that require
access to the postgres database, i.e. creating databases and users. The default
is `true`.