From 2c0641862f788dde380e304d5acab485e1516aea Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Fri, 5 Jul 2024 17:42:11 +0100 Subject: Add YouTube API key to king-arthur This also documents secrets that were already present in the file. --- kubernetes/namespaces/bots/king-arthur/README.md | 3 +++ kubernetes/namespaces/bots/king-arthur/secrets.yaml | Bin 566 -> 637 bytes 2 files changed, 3 insertions(+) (limited to 'kubernetes/namespaces') diff --git a/kubernetes/namespaces/bots/king-arthur/README.md b/kubernetes/namespaces/bots/king-arthur/README.md index 704d45b..eabae2c 100644 --- a/kubernetes/namespaces/bots/king-arthur/README.md +++ b/kubernetes/namespaces/bots/king-arthur/README.md @@ -10,3 +10,6 @@ This deployment expects a number of secrets and environment variables to exist i | KING_ARTHUR_TOKEN | The token to authorize with Discord | | KING_ARTHUR_NOTION_API_TOKEN | The API token to the notion API | | KING_ARTHUR_CLOUDFLARE_TOKEN | A token for the Cloudflare API used for the Cloudflare commands in Arthur | +| KING_ARTHUR_GITHUB_TOKEN | The github token used to fetch teams to populate grafana | +| KING_ARTHUR_SENTRY_DSN | Where to send sentry alerts | +| KING_ARTHUR_YOUTUBE_API_KEY | The YouTube API key to fetch missions with | diff --git a/kubernetes/namespaces/bots/king-arthur/secrets.yaml b/kubernetes/namespaces/bots/king-arthur/secrets.yaml index dda3686..1855dda 100644 Binary files a/kubernetes/namespaces/bots/king-arthur/secrets.yaml and b/kubernetes/namespaces/bots/king-arthur/secrets.yaml differ -- cgit v1.2.3