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: +```