Skip to content

Commit e30b057

Browse files
committed
Allow almost all printable ASCII characters in environment variables
1 parent 0b391dd commit e30b057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In this exercise, you create a Pod that runs one container. The configuration
4141
file for the Pod defines an environment variable with name `DEMO_GREETING` and
4242
value `"Hello from the environment"`. Here is the configuration manifest for the
4343
Pod:
44-
44+
placeholder
4545
{{% code_sample file="pods/inject/envars.yaml" %}}
4646

4747
1. Create a Pod based on that manifest:

0 commit comments

Comments
 (0)