Skip to content

Commit

Permalink
little correction made in question and answer # 5
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirpinger committed Nov 26, 2018
1 parent c6b1b0e commit 1b60867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions d.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ kubectl get cm configmap3 -o yaml --export
Create the file with

```bash
echo -e "var3=val3\nvar4=val4" > config3.txt
echo -e "var3=val3\nvar4=val4" > config4.txt
```

<details><summary>show</summary>
<p>

```bash
kubectl create cm configmap4 --from-file=special=config2.txt
kubectl create cm configmap4 --from-file=special=config4.txt
kubectl describe cm configmap4
kubectl get cm configmap4 -o --export
```
Expand Down

0 comments on commit 1b60867

Please sign in to comment.