Skip to content

Commit

Permalink
docs: fix code block (#10495) (#10556)
Browse files Browse the repository at this point in the history
Co-authored-by: Takao Shibata <[email protected]>
  • Loading branch information
zmb3 and shibataka000 authored Feb 24, 2022
1 parent b14738f commit c144075
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/pages/kubernetes-access/helm/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ You can also use any other ACME-compatible server.
```
</TabItem>
<TabItem label="--set">
``code
```code
$ --set acme=true \
--set [email protected] \
--set acmeURI=https://acme-staging-v02.api.letsencrypt.org/directory
Expand Down Expand Up @@ -226,7 +226,7 @@ To disable this, you can set `enabled` to `false`.
```
</TabItem>
<TabItem label="--set">
``code
```code
$ --set podSecurityPolicy.enabled=false
```
</TabItem>
Expand Down Expand Up @@ -254,7 +254,7 @@ Teleport's RBAC policies to define access rules for the cluster.
```
</TabItem>
<TabItem label="--set">
``code
```code
$ --set labels.environment=production \
--set labels.region=us-east
```
Expand Down Expand Up @@ -296,7 +296,7 @@ The default is left blank, which will automatically create a `PersistentVolumeCl
```
</TabItem>
<TabItem label="--set">
``code
```code
$ --set standalone.existingClaimName=my-existing-pvc-name
```
</TabItem>
Expand Down Expand Up @@ -383,7 +383,7 @@ Set to a number higher than `1` for a high availability mode where multiple Tele
```
</TabItem>
<TabItem label="--set">
``code
```code
$ --set highAvailability.replicaCount=3
```
</TabItem>
Expand Down

0 comments on commit c144075

Please sign in to comment.