mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
@@ -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:
|
||||
|
||||
Regular → Executable
+1
-1
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user