From 54602eadf96a461cda2ca462b47699bf9ee39439 Mon Sep 17 00:00:00 2001 From: Koren Peretz <62677694+KorenP1@users.noreply.github.com> Date: Fri, 24 Oct 2025 10:27:58 +0300 Subject: [PATCH] Update README.md --- pkg/helm/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/helm/README.md b/pkg/helm/README.md index 0d9d643c1..431f2492e 100644 --- a/pkg/helm/README.md +++ b/pkg/helm/README.md @@ -34,8 +34,9 @@ The chart should dump its version and appVersion in the Chart.yaml file every re | `preferences.enabled` | Whether to mount preferences.json | `false` | | `preferences.data` | Preferences to load | `{}` | | `resources.*` | Allocated requests and limits resources | `{"requests": {...}, "limits": {...}}` | -| `persistence.enabled` | PVC resource creation | `false` | +| `persistence.enabled` | PVC resource creation | `true` | | `service.type` | Service type | `"ClusterIP"` | | `service.loadBalancerIP` | Load balancer IP (Only if service.type is LoadBalancer) | `""` | | `ingress.enabled` | Ingress resource creation | `false` | -| `ingress.hostname` | Ingress resource hostname | `"pgadmin4.local"` | \ No newline at end of file + +| `ingress.hostname` | Ingress resource hostname | `"pgadmin4.local"` |