You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
variable names in pods is [restricted](/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config).
242
241
If any keys do not meet the rules, those keys are not made available to your container, though
Copy file name to clipboardExpand all lines: content/en/docs/concepts/configuration/secret.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -564,8 +564,8 @@ in a Pod:
564
564
For instructions, refer to
565
565
[Define container environment variables using Secret data](/docs/tasks/inject-data-application/distribute-credentials-secure/#define-container-environment-variables-using-secret-data).
566
566
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/
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).
569
569
If any keys do not meet the rules, those keys are not made available to your container, though
0 commit comments