Feat: add some readme and fix secrets
This commit is contained in:
19
algo-dcbot/README.md
Normal file
19
algo-dcbot/README.md
Normal 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:
|
||||
```
|
||||
Reference in New Issue
Block a user