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 6cd259e commit 9bdebf0Copy full SHA for 9bdebf0
content/post/byod-gatewayapi-tailscale/index.md
@@ -195,7 +195,7 @@ helm repo update
195
Pi-hole and ExternalDNS need an admin password. Create a Kubernetes secret (replace `YOUR_PIHOLE_PASSWORD`):
196
197
```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
+kubectl create secret generic pihole-admin-secret --from-literal=password='YOUR_PIHOLE_PASSWORD' -n tailscale
199
```
200
201
### 3. Install Pi-hole
0 commit comments