Skip to content

Commit

Permalink
chore: added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingrjimsch committed Sep 6, 2024
1 parent f9b2fa7 commit 05fc045
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/reference/operator_parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 05fc045

Please sign in to comment.