[stable/external-dns] Fix Cloudflare config (#3660)

* fix cloudflare config

* bump chart version
This commit is contained in:
matjazp
2018-02-09 15:25:51 -08:00
committed by k8s-ci-robot
parent bbd67048a4
commit 623055a835
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
description: Configure external DNS servers (AWS Route53, Google CloudDNS and others)
for Kubernetes Ingresses and Services
name: external-dns
version: 0.4.7
version: 0.4.8
appVersion: 0.4.8
home: https://github.com/kubernetes-incubator/external-dns
sources:
@@ -75,6 +75,7 @@ spec:
- name: AWS_DEFAULT_REGION
value: {{ .Values.aws.region }}
{{- end }}
{{- end }}
{{- if and .Values.cloudflare.apiKey .Values.cloudflare.email }}
- name: CF_API_KEY
valueFrom:
@@ -84,7 +85,6 @@ spec:
- name: CF_API_EMAIL
value: "{{ .Values.cloudflare.email }}"
{{- end }}
{{- end }}
{{- $root := . -}}
{{- range $key, $value := .Values.extraEnv }}
- name: {{ $key }}