mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fixes kubernetes-sig/external-dns#1262 (#19839)
unnecessary source_profile breaks config in new aws sdk Signed-off-by: Fulton Byrne <fulton.byrne@commercetools.de>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
003d7003cc
commit
dc6767ad58
@@ -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:
|
||||
|
||||
@@ -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" -}}
|
||||
|
||||
Reference in New Issue
Block a user