Skip to content

Commit

Permalink
Add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
omerap12 committed Apr 26, 2024
1 parent 689f9ff commit 5ca2a29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/plural.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Then apply one of the following manifests file to deploy ExternalDNS.
## Using Helm

Create a values.yaml file to configure ExternalDNS to use plural DNS as the DNS provider. This file should include the necessary environment variables:

```shell
provider:
name: plural
Expand All @@ -35,6 +36,7 @@ env:
```

Finally, install the ExternalDNS chart with Helm using the configuration specified in your values.yaml file:

```shell
helm upgrade --install external-dns external-dns/external-dns --version 1.14.4 --values values.yaml
```
Expand Down

0 comments on commit 5ca2a29

Please sign in to comment.