Feat: add some readme and fix secrets

This commit is contained in:
2025-02-02 20:56:58 +08:00
parent c78408935a
commit c0ed34415e
6 changed files with 65 additions and 19 deletions

19
algo-dcbot/README.md Normal file
View File

@@ -0,0 +1,19 @@
## Flux appliacations - algo-dcbot
### Secrets
`secret.algo-dcbot.yaml`
```yaml=
---
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: algo-dcbot-secret
namespace: algo-dcbot
data:
DC_TOKEN:
DC_CLIENTID:
ADMIN_ID:
DEFAULT_ROLE:
```