Skip to content

Commit 05fc045

Browse files
committed
chore: added docs
1 parent f9b2fa7 commit 05fc045

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reference/operator_parameters.md

+3
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,9 @@ configuration they are grouped under the `kubernetes` key.
365365
By default, the operator deletes secrets when removing the Postgres cluster
366366
manifest. To keep secrets, set this option to `false`. The default is `true`.
367367

368+
* **enable_secrets_deletion_key**
369+
By default, the `enable_secrets_deletion` decides on the deletion of secrets for the entire operator. To overwrite `enable_secrets_deletion` this property can be set and an annotation on cluster level can be added with the values: delete secrets `true` or `false`.
370+
368371
* **enable_persistent_volume_claim_deletion**
369372
By default, the operator deletes PersistentVolumeClaims when removing the
370373
Postgres cluster manifest, no matter if `persistent_volume_claim_retention_policy`

0 commit comments

Comments
 (0)