Skip to content

Commit dc8f4b9

Browse files
navingerbroady
authored andcommitted
Change placeholder value
Change SERVICE_VERSION to SERVICE_CONFIG_ID to be consistent with the Getting Started with Endpoints on Kubernetes Engine tutorial and the deployment.yaml file in the java-docs-samples, python-docs-samples, and golang samples.
1 parent 0860dd5 commit dc8f4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoints/getting-started/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
"--http_port", "8081",
4646
"--backend", "127.0.0.1:8080",
4747
"--service", "SERVICE_NAME",
48-
"--version", "SERVICE_VERSION",
48+
"--version", "SERVICE_CONFIG_ID",
4949
]
5050
# [END esp]
5151
ports:

0 commit comments

Comments
 (0)