Skip to content

Commit

Permalink
[create-pull-request] automated change (#1586)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ytsarev <518532+ytsarev@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and ytsarev committed Jun 6, 2024
1 parent ffaac02 commit 79f2121
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chart/k8gb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ For Kubernetes `< 1.19` use this chart and k8gb in version `0.8.8` or lower.

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| azuredns.createAuthSecret | bool | `true` | Create an authentication secret for Azure DNS based on the values below alternatively, you can create the secret manually and pass its name in the `authSecretName` value |
| azuredns.enabled | bool | `false` | |
| azuredns.resourceGroup | string | `"myDnsResourceGroup"` | Azure Resource Group which holds the Azure DNS Zone (which is defined as 'edgeDNSZone') |
| azuredns.subscriptionId | string | `"mySubscriptionId"` | subscription id which holds the Azure DNS zone |
| azuredns.tenantId | string | `"myTenantId"` | Azure tenant ID which holds the managed identity |
| cloudflare.dnsRecordsPerPage | int | `5000` | Configure how many DNS records to fetch per request see https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/cloudflare.md#throttling |
| cloudflare.enabled | bool | `false` | Enable Cloudflare provider |
| cloudflare.zoneID | string | `"replaceme"` | Cloudflare Zone ID follow https://developers.cloudflare.com/fundamentals/setup/find-account-and-zone-ids/ to find your zoneID value |
Expand Down

0 comments on commit 79f2121

Please sign in to comment.