Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update godaddy.md spelling and reference to NS1 #4793

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/tutorials/godaddy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GoDaddy

This tutorial describes how to setup ExternalDNS for use within a
This tutorial describes how to set up ExternalDNS for use within a
Kubernetes cluster using GoDaddy DNS.

Make sure to use **>=0.6** version of ExternalDNS for this tutorial.
Expand All @@ -26,7 +26,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:
Create a values.yaml file to configure ExternalDNS to use GoDaddy as the DNS provider. This file should include the necessary environment variables:

```shell
provider:
Expand All @@ -36,7 +36,7 @@ extraArgs:
- --godaddy-api-secret=YOUR_API_SECRET
```

Ensure to replace YOUR_API_KEY and YOUR_API_SECRET with your actual godaddy API key and godaddy API secret.
Be sure 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:

Expand Down