Feat: add some readme and fix secrets
This commit is contained in:
25
amane-tanikaze/README.md
Normal file
25
amane-tanikaze/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
## Flux appliacations - amane tanikaze
|
||||
|
||||
### Secrets
|
||||
|
||||
`secret.amane.yaml`
|
||||
```yaml=
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
type: Opaque
|
||||
metadata:
|
||||
name: amane
|
||||
namespace: amane-tanikaze
|
||||
data:
|
||||
MONGODB_HOST:
|
||||
MONGODB_USER:
|
||||
MONGODB_DB:
|
||||
MONGODB_PASS:
|
||||
SECRET:
|
||||
MINIO_ACCESSKEY:
|
||||
MINIO_SECRETKEY:
|
||||
DC_TOKEN:
|
||||
DC_CLIENTID:
|
||||
ADMIN_ID:
|
||||
```
|
||||
Reference in New Issue
Block a user