Skip to content

Commit 80dda29

Browse files
navingerbuserp
authored andcommitted
Use SERVICE_CONFIG_ID (#541)
To be consistent with the docs and the version of this file in the other language repos, use SERVICE_CONFIG_ID.
1 parent 5f54118 commit 80dda29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoints/getting-started/deployment.yaml

+1-1
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)