set AWS_DEFAULT_REGION for aws-sd provider (#8992)

* set AWS_REGION for aws-sd provider

Signed-off-by: Pete Erickson <petee@mindtouch.com>

* set AWS_REGION for aws-sd provider

Signed-off-by: Pete Erickson <petee@mindtouch.com>
This commit is contained in:
PeteE
2018-11-04 13:20:15 -08:00
committed by k8s-ci-robot
parent 4c36682e31
commit d8bce98fd0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ description:
Configure external DNS servers (AWS Route53, Google CloudDNS and others)
for Kubernetes Ingresses and Services
name: external-dns
version: 1.0.1
version: 1.0.2
appVersion: 0.5.7
home: https://github.com/kubernetes-incubator/external-dns
sources:
+1 -1
View File
@@ -91,7 +91,7 @@ spec:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/secrets/service-account/credentials.json
{{- end }}
{{- if eq .Values.provider "aws" }}
{{- if or (eq .Values.provider "aws") (eq .Values.provider "aws-sd") }}
{{- if .Values.aws.region }}
- name: AWS_DEFAULT_REGION
value: {{ .Values.aws.region }}