From cae6a6415bdfc61b4c6df6fc75ea3710a053f832 Mon Sep 17 00:00:00 2001 From: ytshih Date: Sun, 2 Feb 2025 21:15:25 +0800 Subject: [PATCH] Feat(hina): add readme --- sorasaki-hina/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sorasaki-hina/README.md diff --git a/sorasaki-hina/README.md b/sorasaki-hina/README.md new file mode 100644 index 0000000..d94b7c2 --- /dev/null +++ b/sorasaki-hina/README.md @@ -0,0 +1,25 @@ +## Flux appliacations - sorasaki hina + +### Secrets + +`secret.hina.yaml` +```yaml= +--- +apiVersion: v1 +kind: Secret +type: Opaque +metadata: + name: hina + namespace: sorasaki-hina +data: + MINIO_ACCESSKEY: + MINIO_SECRETKEY: + MONGODB_HOST: + MONGODB_USER: + MONGODB_PASS: + BOT_TOKEN: + BOT_ID: + GUILD_ID: + MY_ID: + ME_ID: +```