k8s/helm/setup/005-external-dns/values.yaml

20 lines
486 B
YAML
Raw Normal View History

2022-12-28 23:06:22 +00:00
---
image:
#repository: registry.k8s.io/k8s-staging-external-dns/external-dns
repository: gcr.io/k8s-staging-external-dns/external-dns
tag: "v20221224-external-dns-helm-chart-1.12.0-18-ga68da282"
pullPolicy: IfNotPresent
provider: pihole
extraArgs:
- --pihole-server=http://pihole-web.external-dns.svc.cluster.local
env:
- name: "EXTERNAL_DNS_PIHOLE_PASSWORD"
valueFrom:
secretKeyRef:
key: pihole-password
name: pihole
sources:
- istio-gateway