From 41e839bd58abdc29404577941761849243b658c3 Mon Sep 17 00:00:00 2001 From: bitnami-bot Date: Mon, 6 Jan 2020 11:35:23 +0000 Subject: [PATCH] Synchronize upstreamed folder to 43908723b --- upstreamed/external-dns/Chart.yaml | 2 +- upstreamed/external-dns/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/upstreamed/external-dns/Chart.yaml b/upstreamed/external-dns/Chart.yaml index 1b334886b..8722ef2e2 100644 --- a/upstreamed/external-dns/Chart.yaml +++ b/upstreamed/external-dns/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: external-dns -version: 2.13.2 +version: 2.13.3 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: diff --git a/upstreamed/external-dns/templates/deployment.yaml b/upstreamed/external-dns/templates/deployment.yaml index 9cc9e8b65..5606ba1a2 100755 --- a/upstreamed/external-dns/templates/deployment.yaml +++ b/upstreamed/external-dns/templates/deployment.yaml @@ -222,12 +222,14 @@ spec: {{- end }} # DigitalOcean environment variables {{- if eq .Values.provider "digitalocean" }} + {{- if .Values.digitalocean.apiToken }} - name: DO_TOKEN valueFrom: secretKeyRef: name: {{ template "external-dns.fullname" . }} key: digitalocean_api_token {{- end }} + {{- end }} # Google environment variables {{- if eq .Values.provider "google" }} {{- if or .Values.google.serviceAccountSecret .Values.google.serviceAccountKey }}