Skip to content

Commit 4659cdb

Browse files
committed
fix format
1 parent a3423aa commit 4659cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/inject-data-application/define-environment-variable-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ Environment variables that you define in a Pod's configuration under
9898
example in commands and arguments that you set for the Pod's containers.
9999
In the example configuration below, the `GREETING`, `HONORIFIC`, and
100100
`NAME` environment variables are set to `Warm greetings to`, `The Most
101-
Honorable`, and `Kubernetes`, respectively. And the environment variable
102-
`MESSAGE` combines the set of all these environment variables and then used
101+
Honorable`, and `Kubernetes`, respectively. The environment variable
102+
`MESSAGE` combines the set of all these environment variables and then uses it
103103
as a CLI argument passed to the `env-print-demo` container.
104104

105105
```yaml

0 commit comments

Comments
 (0)