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 4e655fb commit a37d497
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/godaddy.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Connect your `kubectl` client to the cluster with which you want to test Externa
## Using Helm

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

```shell
provider:
name: godaddy
Expand All @@ -38,6 +39,7 @@ extraArgs:
Ensure to replace YOUR_API_KEY and YOUR_API_SECRET with your actual godaddy API key and godaddy API secret.

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 a37d497

Please sign in to comment.