Skip to content

Commit 1a644ce

Browse files
author
Dennis Hoer
committed
Tweak readme
1 parent 7d74c2c commit 1a644ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ kubectl create configmap my-config --from-literal=name="Product Name" --from-lit
6666
key: db-url
6767
```
6868

69-
#### Create configmap:
69+
#### Create configmap
7070

7171
```sh
7272
$ kubectl create configmap my-config --from-literal=name="Product Name" --from-literal=db-driver="com.mysql.jdbc.Driver" --from-literal=db-pool-minsize="10" --from-literal=db-pool-maxsize="20" --from-literal=db-url="jdbc:mysql://db.example.com/mydb?characterEncoding=UTF-8"
7373
```
7474

75-
#### Verify configmap:
75+
#### Verify configmap
7676

7777
```sh
7878
$ kubectl get configmap my-config -o yaml

0 commit comments

Comments
 (0)