Skip to content

Commit

Permalink
[create-pull-request] automated change (#1601)
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 authored Jun 11, 2024
1 parent 9fefd2e commit 19204d5
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions chart/k8gb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,17 @@ 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.authSecretName | string | `"external-dns-secret-azure"` | External-dns secret name which contains Azure credentials. See https://github.com/k8gb-io/external-dns/blob/master/docs/tutorials/azure.md#configuration-file for expected format |
| azuredns.createAuthSecret.aadClientId | string | `"myAadClientId"` | Azure client ID that is associated with the Service Principal. |
| azuredns.createAuthSecret.aadClientSecret | string | `"myAadClientSecret"` | Azure client secret that is associated with the Service Principal. |
| azuredns.createAuthSecret.enabled | 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 `azuredns.authSecretName` value |
| azuredns.createAuthSecret.resourceGroup | string | `"myDnsResourceGroup"` | Azure Resource Group which holds the Azure DNS Zone (which is defined as 'k8gb.edgeDNSZone') |
| azuredns.createAuthSecret.subscriptionId | string | `"mySubscriptionId"` | subscription id which holds the Azure DNS zone |
| azuredns.createAuthSecret.tenantId | string | `"myTenantId"` | Azure tenant ID which holds the managed identity |
| azuredns.createAuthSecret.useManagedIdentityExtension | bool | `false` | Use either AKS Kubelet Identity or AAD Pod Identities |
| azuredns.createAuthSecret.useWorkloadIdentityExtension | bool | `false` | Use AKS workload identity extension |
| azuredns.createAuthSecret.userAssignedIdentityID | string | `"myUserAssignedIdentityID"` | Client id from the Managed identitty when using the AAD Pod Identities |
| 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 19204d5

Please sign in to comment.