From 58d8c33f144dde605d7e43729a51ec193814a147 Mon Sep 17 00:00:00 2001 From: miha-jancar-shastacloud Date: Thu, 20 Mar 2025 11:50:32 +0100 Subject: [PATCH] Optional use PodIP for CGW_GRPC_PUBLIC_HOST --- helm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/README.md b/helm/README.md index 6f1150d..3bc8970 100644 --- a/helm/README.md +++ b/helm/README.md @@ -68,7 +68,7 @@ The following table lists the configurable parameters of the chart and their def | persistence.enabled | boolean | Defines if the Gateway requires Persistent Volume (required for permanent files storage and SQLite DB if enabled) | `True` | | persistence.accessModes | array | Defines PV access modes | | | persistence.size | string | Defines PV size | `'10Gi'` | -| podIP_as_grpc_host | boolean | If True `CGW_GRPC_PUBLIC_HOST` environment variable will be populated with PodIP. | `false` | +| podIP_as_grpc_host | boolean | If `true`, `CGW_GRPC_PUBLIC_HOST` environment variable will be populated with PodIP. | `false` | | public\_env\_variables | hash | Defines list of environment variables to be passed to the Gateway via ConfigMaps | | | secret\_env\_variables | hash | Defines list of secret environment variables to be passed to the Gateway via secrets | | | existingEnvSecret | hash | Defines list of secret environment variables to be passed to the Gateway via secrets | |