From 251d64db51230720ee1d0976c67e1c6d34344b76 Mon Sep 17 00:00:00 2001 From: Daniel Fangl Date: Wed, 12 Jun 2024 10:05:52 +0200 Subject: [PATCH] Fix variable name in docstring --- charts/localstack/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/localstack/values.yaml b/charts/localstack/values.yaml index a55f7aa..3451e36 100644 --- a/charts/localstack/values.yaml +++ b/charts/localstack/values.yaml @@ -123,7 +123,7 @@ service: externalServicePorts: start: 4510 end: 4560 - ## @param service.externalServicePorts.nodeStart specifies the starting node ports the serviceports are mapped to + ## @param service.externalServicePorts.nodePortStart specifies the starting node ports the serviceports are mapped to ## has to be in the node port range configured. See https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport # nodePortStart: 31510 ## @param service.dnsService Enables or disables the exposure of the LocalStack DNS