Skip to content

Commit

Permalink
Merge pull request #369 from dcmcand/dcmcand-fix-typo
Browse files Browse the repository at this point in the history
fix dns.auto_provision documentation
  • Loading branch information
iameskild authored Nov 13, 2023
2 parents 3734ba9 + 9cc85f6 commit 3c8ce14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/how-tos/domain-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,18 @@ The amount of time this takes varies for each DNS provider. Validate such inform

## Automatic DNS provision

Nebari also supports management and the creation of the DNS records for you automatically. For automatic DNS provision add `dns.auto-provision` to your Nebari config file:
Nebari also supports management and the creation of the DNS records for you automatically. For automatic DNS provision add `dns.auto_provision` to your Nebari config file:

```yaml
dns:
provider: cloudflare
auto-provision: true
auto_provision: true
```

This will set the DNS provider as Cloudflare and automatically handle the creation or updates to the Nebari domain DNS records on Cloudflare.

:::warning
The usage of `dns.auto-provision` is restricted to Cloudflare as it is the only fully integrated DNS provider that Nebari currently supports.
The usage of `dns.auto_provision` is restricted to Cloudflare as it is the only fully integrated DNS provider that Nebari currently supports.
:::

:::warning
Expand Down

0 comments on commit 3c8ce14

Please sign in to comment.