From fb7ed7c5d3da279312ff7742a0321b3b74dabedf Mon Sep 17 00:00:00 2001 From: Julio Pasinatto Date: Thu, 24 Oct 2024 19:38:45 -0300 Subject: [PATCH] K8SPSMDB-1113: add percona.com/delete-pitr-chunks finalizer --- charts/psmdb-db/README.md | 1 + charts/psmdb-db/values.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/charts/psmdb-db/README.md b/charts/psmdb-db/README.md index cf67adcf..f1fc0c62 100644 --- a/charts/psmdb-db/README.md +++ b/charts/psmdb-db/README.md @@ -53,6 +53,7 @@ The chart can be customized using the following configurable parameters: | `upgradeOptions.setFCV` | Set feature compatibility version on major upgrade | `false` | | `finalizers:percona.com/delete-psmdb-pvc` | Set this if you want to delete database persistent volumes on cluster deletion | `[]` | | `finalizers:percona.com/delete-psmdb-pods-in-order` | Set this if you want to delete PSMDB pods in order (primary last) | `[]` | +| `finalizers:percona.com/delete-pitr-chunks` | Set this if you want to delete all pitr chunks on cluster deletion | `[]` | | `image.repository` | PSMDB Container image repository | `percona/percona-server-mongodb` | | `image.tag` | PSMDB Container image tag | `7.0.12-7` | | `imagePullPolicy` | The policy used to update images | `Always` | diff --git a/charts/psmdb-db/values.yaml b/charts/psmdb-db/values.yaml index 38aaf02b..2efdec2b 100644 --- a/charts/psmdb-db/values.yaml +++ b/charts/psmdb-db/values.yaml @@ -14,6 +14,8 @@ finalizers: - percona.com/delete-psmdb-pods-in-order ## Set this if you want to delete database persistent volumes on cluster deletion # - percona.com/delete-psmdb-pvc +## Set this if you want to delete all pitr chunks on cluster deletion +# - percona.com/delete-pitr-chunks nameOverride: "" fullnameOverride: ""