readd podLabels to external-dns chart (#16162)

Signed-off-by: louis <louis@systemli.org>
This commit is contained in:
Dwight Donovan Benvenuto
2019-08-08 04:27:21 -07:00
committed by Kubernetes Prow Robot
parent 3937086ec5
commit 43a8e665bc
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: external-dns
version: 2.5.1
version: 2.5.2
appVersion: 0.5.15
description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable.
keywords:
@@ -40,6 +40,9 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end -}}
{{/* matchLabels */}}
{{- if .Values.podLabels }}
{{ toYaml .Values.podLabels }}
{{- end }}
{{- define "external-dns.matchLabels" -}}
app.kubernetes.io/name: {{ template "external-dns.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}