Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
Rename --from-file to --from-env-file for Command `using env file`
  • Loading branch information
kodePhile authored Feb 15, 2021
1 parent 35ffbac commit 95b1dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/en/references/kubectl/create/configMap/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ SAMPLER_PARAMETERS=0.1
### Command

```bash
kubectl create configmap my-config --from-file=tracing.env
kubectl create configmap my-config --from-env-file=tracing.env
```

### Output
Expand All @@ -98,4 +98,4 @@ $ kubectl get configmap

NAME DATA AGE
my-config 1 21s
```
```

0 comments on commit 95b1dcc

Please sign in to comment.