Merge pull request #2352 from kubernetes-sigs/helm-registry-flag

Add registry as a flag for helm chart
This commit is contained in:
Kubernetes Prow Robot 2021-10-06 00:46:33 -07:00 committed by GitHub
commit b45c883324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: external-dns
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
type: application
version: 1.3.0
version: 1.3.1
appVersion: 0.10.0
keywords:
- kubernetes

View File

@ -63,6 +63,7 @@ spec:
{{- if .Values.txtOwnerId }}
- --txt-owner-id={{ .Values.txtOwnerId }}
{{- end }}
- --registry={{ .Values.registry }}
{{- if .Values.txtPrefix }}
- --txt-prefix={{ .Values.txtPrefix }}
{{- end }}