From dc6767ad58ba3b44ebf7197e70cfcf7f757fba56 Mon Sep 17 00:00:00 2001 From: Fulton Byrne Date: Fri, 3 Jan 2020 02:23:40 -0500 Subject: [PATCH] fixes kubernetes-sig/external-dns#1262 (#19839) unnecessary source_profile breaks config in new aws sdk Signed-off-by: Fulton Byrne --- stable/external-dns/Chart.yaml | 2 +- stable/external-dns/templates/_helpers.tpl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stable/external-dns/Chart.yaml b/stable/external-dns/Chart.yaml index 68512a0b4d..1b334886b1 100644 --- a/stable/external-dns/Chart.yaml +++ b/stable/external-dns/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: external-dns -version: 2.13.1 +version: 2.13.2 appVersion: 0.5.17 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/templates/_helpers.tpl b/stable/external-dns/templates/_helpers.tpl index 5c0e9f2afa..10e66226e5 100644 --- a/stable/external-dns/templates/_helpers.tpl +++ b/stable/external-dns/templates/_helpers.tpl @@ -119,7 +119,6 @@ aws_secret_access_key = {{ .Values.aws.credentials.secretKey }} {{- define "external-dns.aws-config" }} [profile default] region = {{ .Values.aws.region }} -source_profile = default {{ end }} {{- define "external-dns.azure-credentials" -}}