mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
readd podLabels to external-dns chart (#16162)
Signed-off-by: louis <louis@systemli.org>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3937086ec5
commit
43a8e665bc
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user