From a811bfe2f158cd8d906d00f851dccda6101d8876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Cabrera=20Mi=C3=B1agorri?= Date: Thu, 11 Jul 2019 19:38:36 +0200 Subject: [PATCH] [stable/external-dns] Fix typo in External DNS resourceGroup (#15458) Signed-off-by: Miguel A. Cabrera Minagorri --- stable/external-dns/Chart.yaml | 2 +- stable/external-dns/README.md | 2 +- stable/external-dns/templates/deployment.yaml | 4 ++-- stable/external-dns/values-production.yaml | 2 +- stable/external-dns/values.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/external-dns/Chart.yaml b/stable/external-dns/Chart.yaml index 9c6cecaa3c..f71dbe8f20 100644 --- a/stable/external-dns/Chart.yaml +++ b/stable/external-dns/Chart.yaml @@ -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: diff --git a/stable/external-dns/README.md b/stable/external-dns/README.md index 69591bf783..686d57904e 100644 --- a/stable/external-dns/README.md +++ b/stable/external-dns/README.md @@ -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` | diff --git a/stable/external-dns/templates/deployment.yaml b/stable/external-dns/templates/deployment.yaml index 190ea84534..db01a014bc 100755 --- a/stable/external-dns/templates/deployment.yaml +++ b/stable/external-dns/templates/deployment.yaml @@ -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 diff --git a/stable/external-dns/values-production.yaml b/stable/external-dns/values-production.yaml index 89cbc04fb2..b1864bed6e 100644 --- a/stable/external-dns/values-production.yaml +++ b/stable/external-dns/values-production.yaml @@ -81,7 +81,7 @@ azure: secretName: "" ## Azure resource group to use ## - resoureGroup: "" + resourceGroup: "" ## Cloudflare configuration to be set via arguments/env. variables ## diff --git a/stable/external-dns/values.yaml b/stable/external-dns/values.yaml index 99d9c557ae..a3feff30f3 100644 --- a/stable/external-dns/values.yaml +++ b/stable/external-dns/values.yaml @@ -81,7 +81,7 @@ azure: secretName: "" ## Azure resource group to use ## - resoureGroup: "" + resourceGroup: "" ## Cloudflare configuration to be set via arguments/env. variables ##