website: fix indentation to resolve CodeBlockConfig syntax error

This commit is contained in:
Mike Morris 2022-01-27 11:12:23 -05:00
parent 4d97b68526
commit 3324bea829
1 changed files with 2 additions and 2 deletions

View File

@ -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.