mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/external-dns] Fix typo in External DNS resourceGroup (#15458)
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
80e0f3f91e
commit
a811bfe2f1
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: external-dns
|
||||
version: 2.2.1
|
||||
version: 2.2.2
|
||||
appVersion: 0.5.15
|
||||
description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable.
|
||||
keywords:
|
||||
|
||||
@@ -65,7 +65,7 @@ The following table lists the configurable parameters of the external-dns chart
|
||||
| `aws.assumeRoleArn` | When using the AWS provider, assume role by specifying --aws-assume-role to the external-dns daemon | `""` |
|
||||
| `aws.batchChangeSize` | When using the AWS provider, set the maximum number of changes that will be applied in each batch | `1000` |
|
||||
| `azure.secretName` | When using the Azure provider, set the secret containing the `azure.json` file | `""` |
|
||||
| `azure.resoureGroup` | When using the Azure provider, set the Azure Resource Group | `""` |
|
||||
| `azure.resourceGroup` | When using the Azure provider, set the Azure Resource Group | `""` |
|
||||
| `cloudflare.apiKey` | When using the Cloudflare provider, `CF_API_KEY` to set (optional) | `""` |
|
||||
| `cloudflare.email` | When using the Cloudflare provider, `CF_API_EMAIL` to set (optional) | `""` |
|
||||
| `cloudflare.proxied` | When using the Cloudflare provider, enable the proxy feature (DDOS protection, CDN...) (optional) | `true` |
|
||||
|
||||
@@ -105,8 +105,8 @@ spec:
|
||||
{{- end }}
|
||||
# Azure Arguments
|
||||
{{- if eq .Values.provider "azure" }}
|
||||
{{- if .Values.azure.resoureGroup }}
|
||||
- --azure-resource-group={{ .Values.azure.resoureGroup }}
|
||||
{{- if .Values.azure.resourceGroup }}
|
||||
- --azure-resource-group={{ .Values.azure.resourceGroup }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
# Cloudflare arguments
|
||||
|
||||
@@ -81,7 +81,7 @@ azure:
|
||||
secretName: ""
|
||||
## Azure resource group to use
|
||||
##
|
||||
resoureGroup: ""
|
||||
resourceGroup: ""
|
||||
|
||||
## Cloudflare configuration to be set via arguments/env. variables
|
||||
##
|
||||
|
||||
@@ -81,7 +81,7 @@ azure:
|
||||
secretName: ""
|
||||
## Azure resource group to use
|
||||
##
|
||||
resoureGroup: ""
|
||||
resourceGroup: ""
|
||||
|
||||
## Cloudflare configuration to be set via arguments/env. variables
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user