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"` |