mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-22 03:25:53 +10:00
Synchronize upstreamed folder to 43908723b
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user