mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/external-dns] Fix Cloudflare config (#3660)
* fix cloudflare config * bump chart version
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user