From f5d46fd85908b3c0e7b5e808f2ff647e9956f83c Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Thu, 18 Oct 2018 09:11:01 +0200 Subject: [PATCH] Fixed typo in k8s configmap template Thanks to @aberey for pointing this out. --- 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.