Skip to content

Commit

Permalink
K8SPSMDB-1113: add percona.com/delete-pitr-chunks finalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
jvpasinatto committed Oct 24, 2024
1 parent fe7948a commit fb7ed7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/psmdb-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 2 additions & 0 deletions charts/psmdb-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit fb7ed7c

Please sign in to comment.