From c7622375852336ee34308ca445f83283c73dc4df Mon Sep 17 00:00:00 2001 From: navinger Date: Tue, 19 Dec 2017 14:50:57 -0800 Subject: [PATCH] Use SERVICE_CONFIG_ID To be consistent with the docs and the version of this file in the other language repos, use SERVICE_CONFIG_ID. --- endpoints/getting-started/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/getting-started/deployment.yaml b/endpoints/getting-started/deployment.yaml index 8bff0fa21f..680ed1d02a 100644 --- a/endpoints/getting-started/deployment.yaml +++ b/endpoints/getting-started/deployment.yaml @@ -45,7 +45,7 @@ spec: "--http_port", "8081", "--backend", "127.0.0.1:8080", "--service", "SERVICE_NAME", - "--version", "SERVICE_VERSION", + "--version", "SERVICE_CONFIG_ID", ] # [END esp] ports: