diff --git a/docs/docs/admin/botstopper.mdx b/docs/docs/admin/botstopper.mdx index 2e46961..1839ba5 100644 --- a/docs/docs/admin/botstopper.mdx +++ b/docs/docs/admin/botstopper.mdx @@ -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 \ ``` Then attach it to your Deployment: