From 8d766e020c81deb5db365b44154126bc14626fb3 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Wed, 2 Jan 2019 10:31:28 +0100 Subject: [PATCH] Fix reference to enable_database_access in operator_parameters.md (#435) --- docs/reference/operator_parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/operator_parameters.md b/docs/reference/operator_parameters.md index 23c625bcb..5192f7f36 100644 --- a/docs/reference/operator_parameters.md +++ b/docs/reference/operator_parameters.md @@ -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`.