Skip to content

Commit 9bdebf0

Browse files
committed
fix: update namespace for pihole-admin-secret creation
Update the command to create the pihole-admin-secret in the tailscale namespace instead of pihole-ns to ensure proper secret placement.
1 parent 6cd259e commit 9bdebf0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ helm repo update
195195
Pi-hole and ExternalDNS need an admin password. Create a Kubernetes secret (replace `YOUR_PIHOLE_PASSWORD`):
196196

197197
```bash
198-
kubectl create secret generic pihole-admin-secret --from-literal=password='YOUR_PIHOLE_PASSWORD' -n pihole-ns # Ensure pihole-ns exists or use --create-namespace
198+
kubectl create secret generic pihole-admin-secret --from-literal=password='YOUR_PIHOLE_PASSWORD' -n tailscale
199199
```
200200

201201
### 3. Install Pi-hole

0 commit comments

Comments
 (0)