Feat(hina): add readme
This commit is contained in:
25
sorasaki-hina/README.md
Normal file
25
sorasaki-hina/README.md
Normal file
@@ -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:
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user