wu-sheng commented on code in PR #52:
URL: https://github.com/apache/skywalking-rover/pull/52#discussion_r970779278


##########
docs/en/setup/configuration/process_discovery/kubernetes.md:
##########
@@ -90,4 +91,5 @@ The information of the current container under the pod.
 | Name | Argument | Example | Description |
 |------|--------- |-----------|-------------|
 | Name | None | `{{.Container.Name}}`| The name of the current container under 
the pod. |
-| ID | None | `{{.Container.ID}}`| The id of the current container under the 
pod. |
\ No newline at end of file
+| ID | None | `{{.Container.ID}}`| The id of the current container under the 
pod. |
+| EnvValue | KeyNames | `{{.Container.EnvValue "a,b"}}`| The environment value 
of the keys, If provide multiple keys, any key has value, then other keys would 
not be used. |

Review Comment:
   ```suggestion
   | EnvValue | KeyNames | `{{.Container.EnvValue "a,b"}}`| The environment 
value of the first non-value key in the provided candidates(Iterate from left 
to right).  |
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to