external-dns infoblox provider additional parameter (#3397)

* infoblox view

* Update values.yaml

* Update Chart.yaml

* Update Chart.yaml

* Update values.yaml
This commit is contained in:
Raz
2020-08-12 18:16:44 +01:00
committed by GitHub
parent 7bc2bce709
commit be5b30d4b6
3 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: external-dns
version: 3.2.6
version: 3.3.0
appVersion: 0.7.3
description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable.
keywords:

View File

@@ -166,6 +166,7 @@ spec:
{{- if eq .Values.provider "infoblox" }}
# Infloblox Arguments
- --infoblox-grid-host={{ .Values.infoblox.gridHost }}
- --infoblox-view={{ .Values.infoblox.view }}
{{- if .Values.infoblox.domainFilter }}
- --domain-filter={{ .Values.infoblox.domainFilter }}
{{- end }}

View File

@@ -273,6 +273,7 @@ infoblox:
wapiUsername: "admin"
wapiPassword: ""
gridHost: ""
view: ""
## Optional keys
##
domainFilter: ""