Merge pull request from HirazawaUi/remove-useless-line-wrap

[dev-1.30] Remove useless line wrap
pull/45704/head
Kubernetes Prow Robot 2024-03-26 03:35:21 -07:00 committed by GitHub
commit 70b22ae929
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions
content/en/docs/concepts/configuration

View File

@ -237,8 +237,7 @@ spec:
```
It's important to note that the range of characters allowed for environment
variable names in pods is [restricted](/docs/tasks/inject-data-application/
/define-environment-variable-container/#using-environment-variables-inside-of-your-config),
variable names in pods is [restricted](/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config).
If any keys do not meet the rules, those keys are not made available to your container, though
the Pod is allowed to start.

View File

@ -564,8 +564,8 @@ in a Pod:
For instructions, refer to
[Define container environment variables using Secret data](/docs/tasks/inject-data-application/distribute-credentials-secure/#define-container-environment-variables-using-secret-data).
It's important to note that the range of characters allowed for environment variable names in pods is [restricted](/docs/tasks/inject-data-application/
/define-environment-variable-container/#using-environment-variables-inside-of-your-config),
It's important to note that the range of characters allowed for environment variable
names in pods is [restricted](/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config).
If any keys do not meet the rules, those keys are not made available to your container, though
the Pod is allowed to start.