Skip to content

Commit 7eb2db5

Browse files
committed
remove useless line wrap
1 parent deb1be8 commit 7eb2db5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

content/en/docs/concepts/configuration/configmap.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ spec:
237237
```
238238

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

content/en/docs/concepts/configuration/secret.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,8 @@ in a Pod:
564564
For instructions, refer to
565565
[Define container environment variables using Secret data](/docs/tasks/inject-data-application/distribute-credentials-secure/#define-container-environment-variables-using-secret-data).
566566

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

0 commit comments

Comments
 (0)