Skip to content

Commit 73ed8e0

Browse files
authored
Merge pull request #40883 from mcompen/patch-1
Fix typo in "Configure a Pod to Use a ConfigMap"
2 parents 3f4f4dd + 3f5a071 commit 73ed8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ symlinks, devices, pipes, and more).
6868

6969
{{< note >}}
7070
Each filename being used for ConfigMap creation must consist of only acceptable characters,
71-
which are: letters (`A` to `Z` and `a` to z`), digits (`0` to `9`), '-', '_', or '.'.
71+
which are: letters (`A` to `Z` and `a` to `z`), digits (`0` to `9`), '-', '_', or '.'.
7272
If you use `kubectl create configmap` with a directory where any of the file names contains
7373
an unacceptable character, the `kubectl` command may fail.
7474

0 commit comments

Comments
 (0)