Skip to content

Commit

Permalink
fixes kubernetes-sig/external-dns#1262 (helm#19839)
Browse files Browse the repository at this point in the history
unnecessary source_profile

breaks config

in new aws sdk

Signed-off-by: Fulton Byrne <[email protected]>
  • Loading branch information
Freyert authored and dargolith committed Jan 10, 2020
1 parent c572aed commit cf7e030
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion stable/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 0 additions & 1 deletion stable/external-dns/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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" -}}
Expand Down

0 comments on commit cf7e030

Please sign in to comment.