mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 23:47:48 +08:00
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:
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -273,6 +273,7 @@ infoblox:
|
||||
wapiUsername: "admin"
|
||||
wapiPassword: ""
|
||||
gridHost: ""
|
||||
view: ""
|
||||
## Optional keys
|
||||
##
|
||||
domainFilter: ""
|
||||
|
||||
Reference in New Issue
Block a user