website: fix indentation to resolve CodeBlockConfig syntax error
This commit is contained in:
parent
8b4d9c3b65
commit
152fed138b
|
@ -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:
|
||||
|
||||
<CodeBlockConfig hideClipboard filename="values.yaml">
|
||||
<CodeBlockConfig hideClipboard filename="values.yaml">
|
||||
|
||||
```yaml
|
||||
global:
|
||||
|
@ -40,7 +40,7 @@ controller:
|
|||
enabled: true
|
||||
```
|
||||
|
||||
</CodeBlockConfig>
|
||||
</CodeBlockConfig>
|
||||
|
||||
1. Install Consul API Gateway using the standard Consul Helm chart and specify the custom values file.
|
||||
|
||||
|
|
Loading…
Reference in New Issue