Skip to content
This repository was archived by the owner on May 8, 2022. It is now read-only.

Commit cccb81f

Browse files
committed
Update docs
1 parent 1269e49 commit cccb81f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/enduser_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Secret are named `<your-db-name>-credentials`.
3333
kubectl apply -f my-db.yaml
3434
```
3535

36-
> **Note:** updates to the `spec` field of already existing resources are not supported, and will be rejected by the Operator.
36+
> **Note:** updates to the `spec` field of already existing resources are not allowed, and will be rejected by the Operator.
3737

3838
3. Delete the resource:
3939

docs/sysadmin_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ Of course, you can hard-code your own values on a per-DatabaseClass basis, or if
163163
render values through the Helm chart.
164164

165165
> **Note:** If a key was specified, but a value was not found during rendering, the resource will generate an error.
166-
Every `.Param.<key>` and `.Metadata.<key>` specified in the Operator configuration must be defined.
167-
To avoid this, explicitly provide an empty string as value.
166+
Every `.Params.<key>` and `.Metadata.<key>` specified in the Operator configuration must be defined.
167+
To define optional parameters, explicitly ask end-users to provide an empty string as value.
168168

169169
### MySQL/MariaDB
170170
MySQL/MariaDB do not support supplying input parameters by name, only by position. Thus, in this case, the order of

0 commit comments

Comments
 (0)