We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eff2dd commit db761a7Copy full SHA for db761a7
apps/external-dns/overlays/prod/kustomization.yaml
@@ -53,8 +53,8 @@ helmCharts:
53
extraArgs:
54
- --ignore-ingress-tls-spec # Ignore TLS spec in Ingress resources.
55
- --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.
+ - --expose-internal-ipv6=false # Only expose IPv4 node addresses.
+ - --exclude-unschedulable=false # Keep unschedulable nodes.
58
policy: upsert-only
59
sources:
60
- ingress
0 commit comments