[bitnami/tomcat] add annotations & labels to volumeClaimTemplate (#32396)

* add persistence.annotations & persistence.annotations to volumeClaimTemplate

Signed-off-by: Quan TRAN <itscaro@users.noreply.github.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Quan TRAN <itscaro@users.noreply.github.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Quan TRAN
2025-03-12 08:45:55 +01:00
committed by GitHub
parent 754d7c2495
commit 553b0a8ef1
4 changed files with 15 additions and 4 deletions

View File

@@ -293,7 +293,8 @@ You can enable this init container by setting `volumePermissions.enabled` to `tr
| `sidecars` | Add sidecars to the Tomcat pods. | `[]` |
| `persistence.enabled` | Enable persistence | `true` |
| `persistence.storageClass` | PVC Storage Class for Tomcat volume | `""` |
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
| `persistence.annotations` | Annotations for the PVC | `{}` |
| `persistence.labels` | Labels for the PVC | `{}` |
| `persistence.accessModes` | PVC Access Modes for Tomcat volume | `["ReadWriteOnce"]` |
| `persistence.size` | PVC Storage Request for Tomcat volume | `8Gi` |
| `persistence.existingClaim` | An Existing PVC name for Tomcat volume | `""` |