From 4d86ef5ca05a75766786f2abf5506d445b5cd82e Mon Sep 17 00:00:00 2001 From: Rey Abe Date: Thu, 18 Oct 2018 10:57:03 +0900 Subject: [PATCH] fix typo in configmap template missing `$` resulted in node frontend port setting not being substituted correctly. --- k8s/scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/scripts/functions b/k8s/scripts/functions index ce683671..c55bab1a 100755 --- a/k8s/scripts/functions +++ b/k8s/scripts/functions @@ -250,7 +250,7 @@ data: # node-frontend-port is the port number on which this node's services # are available to external clients. - node-frontend-port: "{node_frontend_port}" + node-frontend-port: "${node_frontend_port}" # node-health-check-port is the port number on which an external load # balancer can check the status/liveness of the external/public server.