From 186ffeb744c133f3400183b27235ad91bad1cff1 Mon Sep 17 00:00:00 2001 From: Thomas Arrow Date: Thu, 15 Jan 2026 11:13:10 +0000 Subject: [PATCH] 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 --- docs/docs/admin/botstopper.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: