Skip to content

Commit 95b1dcc

Browse files
authored
Update _index.md
Rename --from-file to --from-env-file for Command `using env file`
1 parent 35ffbac commit 95b1dcc

File tree

1 file changed

+2
-2
lines changed
  • site/content/en/references/kubectl/create/configMap

1 file changed

+2
-2
lines changed

site/content/en/references/kubectl/create/configMap/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ SAMPLER_PARAMETERS=0.1
8888
### Command
8989

9090
```bash
91-
kubectl create configmap my-config --from-file=tracing.env
91+
kubectl create configmap my-config --from-env-file=tracing.env
9292
```
9393

9494
### Output
@@ -98,4 +98,4 @@ $ kubectl get configmap
9898

9999
NAME DATA AGE
100100
my-config 1 21s
101-
```
101+
```

0 commit comments

Comments
 (0)