Skip to content

Commit

Permalink
Merge pull request #11 from technosophos/fix/yaml-md-formatting
Browse files Browse the repository at this point in the history
minor fix to YAML formatting
  • Loading branch information
Fei-Guo authored Jun 17, 2019
2 parents 46eaa58 + 4276590 commit 6f7bdb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
Run a BroadcastJob that each Pod computes pi, with `ttlSecondsAfterFinished` set to 30. The job
will be deleted in 30 seconds after the job is finished.

```
```yaml
apiVersion: apps.kruise.io/v1alpha1
kind: BroadcastJob
metadata:
Expand All @@ -95,7 +95,7 @@ spec:

The yaml file below describes a SidecarSet that contains a sidecar container named `sidecar1`

```
```yaml
# sidecarset.yaml
apiVersion: apps.kruise.io/v1alpha1
kind: SidecarSet
Expand Down Expand Up @@ -146,4 +146,4 @@ Mailing List: todo

## Copyright

Certain implementation relies on existing code from Kubernetes and the credit goes to original Kubernetes authors.
Certain implementation relies on existing code from Kubernetes and the credit goes to original Kubernetes authors.

0 comments on commit 6f7bdb1

Please sign in to comment.