Skip to content

Commit

Permalink
Tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Hoer committed Nov 21, 2016
1 parent 7d74c2c commit 1a644ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -66,13 +66,13 @@ kubectl create configmap my-config --from-literal=name="Product Name" --from-lit
key: db-url
```

#### Create configmap:
#### Create configmap

```sh
$ 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"
```

#### Verify configmap:
#### Verify configmap

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

0 comments on commit 1a644ce

Please sign in to comment.