Helm Chart: Add existingClaim to persistence (#10230)

This commit is contained in:
Martin Manka
2026-08-14 11:33:39 +01:00
committed by GitHub
parent e6e35bb4c4
commit 3cb33475ec
4 changed files with 5 additions and 4 deletions
+1
View File
@@ -35,6 +35,7 @@ The chart should dump its version and appVersion in the Chart.yaml file every re
| `preferences.data` | Preferences to load | `{}` |
| `resources.*` | Allocated requests and limits resources | `{"requests": {...}, "limits": {...}}` |
| `persistence.enabled` | PVC resource creation | `true` |
| `persistence.existingClaim` | Provide existing PVC instead of creating one | `""` |
| `service.type` | Service type | `"ClusterIP"` |
| `service.loadBalancerIP` | Load balancer IP (Only if service.type is LoadBalancer) | `""` |
| `ingress.enabled` | Ingress resource creation | `false` |