Merge pull request #488 from Gazler/patch-1

Set code types for syntax highlighting in README.md
This commit is contained in:
Marcin Wielgus 2017-11-28 14:33:39 +01:00 committed by GitHub
commit 8304f8770e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -158,7 +158,7 @@ spec:
To run a CA pod in master node - CA deployment should tolerate the master `taint` and `nodeSelector` should be used to schedule the pods in master node.
```
```yaml
---
apiVersion: extensions/v1beta1
kind: Deployment
@ -282,7 +282,7 @@ If you are using `nodeSelector` you need to tag the ASG with a node-template key
For example for a node label of `foo=bar` you would tag the ASG with:
```
```json
{
"ResourceType": "auto-scaling-group",
"ResourceId": "foo.example.com",
@ -294,7 +294,7 @@ For example for a node label of `foo=bar` you would tag the ASG with:
And for a taint of `"dedicated": "foo:NoSchedule"` you would tag the ASG with:
```
```json
{
"ResourceType": "auto-scaling-group",
"ResourceId": "foo.example.com",