Skip to content

Commit db761a7

Browse files
committed
Re-add the flags since kubernetes-sigs/external-dns#5045 should already be available in 0.16.1.
1 parent 7eff2dd commit db761a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/external-dns/overlays/prod/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ helmCharts:
5353
extraArgs:
5454
- --ignore-ingress-tls-spec # Ignore TLS spec in Ingress resources.
5555
- --traefik-disable-legacy # Disable listeners on Resources under traefik.containo.us.
56-
# - --no-expose-internal-ipv6 # Only expose IPv4 node addresses.
57-
# - --no-exclude-unschedulable # Keep unschedulable nodes.
56+
- --expose-internal-ipv6=false # Only expose IPv4 node addresses.
57+
- --exclude-unschedulable=false # Keep unschedulable nodes.
5858
policy: upsert-only
5959
sources:
6060
- ingress

0 commit comments

Comments
 (0)