mirror of https://github.com/status-im/consul.git
website: fix indentation to resolve CodeBlockConfig syntax error
This commit is contained in:
parent
4d97b68526
commit
3324bea829
|
@ -26,7 +26,7 @@ Your datacenter must meet the following requirements prior to configuring the Co
|
||||||
|
|
||||||
1. Create a values file for your Consul server agents that contains the following parameters:
|
1. Create a values file for your Consul server agents that contains the following parameters:
|
||||||
|
|
||||||
<CodeBlockConfig hideClipboard filename="values.yaml">
|
<CodeBlockConfig hideClipboard filename="values.yaml">
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
global:
|
global:
|
||||||
|
@ -40,7 +40,7 @@ controller:
|
||||||
enabled: true
|
enabled: true
|
||||||
```
|
```
|
||||||
|
|
||||||
</CodeBlockConfig>
|
</CodeBlockConfig>
|
||||||
|
|
||||||
1. Install Consul API Gateway using the standard Consul Helm chart and specify the custom values file.
|
1. Install Consul API Gateway using the standard Consul Helm chart and specify the custom values file.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue