docs: clarify botstopper kubernetes instructions (#1404)

This makes it clear that when generating a kubernetes secret to pull the bot stopper image that:
- no email is required
- a user is required but the actual value of the username is not checked
- the GH token needs to be pasted in

Signed-off-by: Thomas Arrow <tarrow@users.noreply.github.com>
This commit is contained in:
Thomas Arrow 2026-01-15 11:13:10 +00:00 committed by GitHub
parent ff87aac4e7
commit 186ffeb744
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,9 +51,8 @@ If you are using Kubernetes, you will need to create an image pull secret:
kubectl create secret docker-registry \
techarohq-botstopper \
--docker-server ghcr.io \
--docker-username your-username \
--docker-password your-access-token \
--docker-email your@email.address
--docker-username any-username \
--docker-password <your-access-token> \
```
Then attach it to your Deployment: