aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-07-05 17:42:11 +0100
committerGravatar Chris Lovering <[email protected]>2024-07-05 17:42:11 +0100
commit2c0641862f788dde380e304d5acab485e1516aea (patch)
tree0795fff3dff6eeb8ed46a09d707d5fe8b76a6203 /kubernetes
parentUpdate dependency ruff to v0.5.1 (diff)
Add YouTube API key to king-arthur
This also documents secrets that were already present in the file.
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/namespaces/bots/king-arthur/README.md3
-rw-r--r--kubernetes/namespaces/bots/king-arthur/secrets.yamlbin566 -> 637 bytes
2 files changed, 3 insertions, 0 deletions
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
--- a/kubernetes/namespaces/bots/king-arthur/secrets.yaml
+++ b/kubernetes/namespaces/bots/king-arthur/secrets.yaml
Binary files differ