Skip to content

Commit 952370c

Browse files
committed
Add Pi-hole API version parameter to external-dns config
Specify API version 6 for Pi-hole integration in the external-dns configuration to ensure proper communication with the Pi-hole server.
1 parent 1b81f61 commit 952370c

File tree

1 file changed

+2
-1
lines changed
  • content/post/byod-gatewayapi-tailscale

1 file changed

+2
-1
lines changed

content/post/byod-gatewayapi-tailscale/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ Create `external-dns-pihole-values.yaml` to configure ExternalDNS for your Pi-ho
245245
```yaml
246246
# external-dns-pihole-values.yaml
247247
fullnameOverride: external-dns-pihole
248-
248+
image:
249+
tag: v0.17.0
249250
logLevel: debug # Or info
250251
provider: pihole
251252

0 commit comments

Comments
 (0)