fix(syntax): typo in docs

This commit is contained in:
Bertrand Lanson 2024-04-02 00:08:32 +02:00
parent 8016d19efe
commit c465b5339b

View File

@ -16,7 +16,7 @@ First, in order to deploy the HAproxy frontends, you need to enable the deployme
enable_haproxy: "yes"
```
You can also configure the version of haproxy you would like to use. This has very little impact, and should most likely be left outouched to whatever the collection version is defaulting to (which is the version that it is tested against).
You can also configure the version of haproxy you would like to use. This has very little impact, and should most likely be left untouched to whatever the collection version is defaulting to (which is the version that it is tested against).
```yaml
haproxy_version: "2.8"