From 05fc045dc925f3b4ac8c6ab0e8da9b3999ae967d Mon Sep 17 00:00:00 2001 From: Yingrjimsch Date: Fri, 6 Sep 2024 08:23:50 +0200 Subject: [PATCH] chore: added docs --- docs/reference/operator_parameters.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/operator_parameters.md b/docs/reference/operator_parameters.md index 5b1eb64c9..6562a5f7a 100644 --- a/docs/reference/operator_parameters.md +++ b/docs/reference/operator_parameters.md @@ -365,6 +365,9 @@ configuration they are grouped under the `kubernetes` key. By default, the operator deletes secrets when removing the Postgres cluster manifest. To keep secrets, set this option to `false`. The default is `true`. +* **enable_secrets_deletion_key** + 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`. + * **enable_persistent_volume_claim_deletion** By default, the operator deletes PersistentVolumeClaims when removing the Postgres cluster manifest, no matter if `persistent_volume_claim_retention_policy`