Skip to content

Commit

Permalink
fix: wrong line break
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
  • Loading branch information
g1eny0ung committed Sep 22, 2021
1 parent 8d30c51 commit bacae7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/production-installation-using-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ Because socket paths are listened to by the daemons of different running contain

#### Docker

<PickHelmVersion className="language-bash">{`\# Default to /var/run/docker.sock helm install chaos-mesh chaos-mesh/chaos-mesh -n=chaos-testing --version latest`}</PickHelmVersion>
<!-- prettier-ignore -->
<PickHelmVersion className="language-bash">{`\# Default to /var/run/docker.sock
helm install chaos-mesh chaos-mesh/chaos-mesh -n=chaos-testing --version latest`}
</PickHelmVersion>

#### Containerd

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ Because socket paths are listened to by the daemons of different running contain

#### Docker

<PickHelmVersion className="language-bash">{`\# Default to /var/run/docker.sock helm install chaos-mesh chaos-mesh/chaos-mesh -n=chaos-testing --version latest`}</PickHelmVersion>
<!-- prettier-ignore -->
<PickHelmVersion className="language-bash">{`\# Default to /var/run/docker.sock
helm install chaos-mesh chaos-mesh/chaos-mesh -n=chaos-testing --version latest`}
</PickHelmVersion>

#### Containerd

Expand Down

0 comments on commit bacae7b

Please sign in to comment.