fix typo in configmap template

missing `$` resulted in node frontend port setting not being substituted
correctly.
This commit is contained in:
Rey Abe 2018-10-18 10:57:03 +09:00
parent e2b3c78d9c
commit 4d86ef5ca0

View File

@ -250,7 +250,7 @@ data:
# node-frontend-port is the port number on which this node's services # node-frontend-port is the port number on which this node's services
# are available to external clients. # 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 # node-health-check-port is the port number on which an external load
# balancer can check the status/liveness of the external/public server. # balancer can check the status/liveness of the external/public server.