From 491ba29abec89c908790b420049b3cbb3922d03a Mon Sep 17 00:00:00 2001 From: Ben Yanke Date: Wed, 23 Aug 2023 00:35:17 -0400 Subject: [PATCH] Update charts/nextcloud/README.md Co-authored-by: JesseBot Signed-off-by: Ben Yanke --- charts/nextcloud/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 94d5ede8..f8a76f10 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -156,7 +156,7 @@ The following table lists the configurable parameters of the nextcloud chart and | `cronjob.resources` | CPU/Memory resource requests/limits for the cronjob sidecar | `{}` | | `cronjob.securityContext` | Optional security context for cronjob | `nil` | | `service.type` | Kubernetes Service type | `ClusterIP` | -| `service.loadBalancerIP` | LoadBalancerIp for service type LoadBalancer (leave unset to omit) | `` | +| `service.loadBalancerIP` | LoadBalancerIp for service type LoadBalancer | `""` | | `service.nodePort` | NodePort for service type NodePort | `nil` | | `phpClientHttpsFix.enabled` | Sets OVERWRITEPROTOCOL for https ingress redirect | `false` | | `phpClientHttpsFix.protocol` | Sets OVERWRITEPROTOCOL for https ingress redirect | `https` |