mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
Update file secrets.yaml
This commit is contained in:
parent
e9b3213dae
commit
02d263384f
1 changed files with 19 additions and 3 deletions
|
|
@ -16,15 +16,31 @@ spec:
|
||||||
- secretKey: BOTPREFIX
|
- secretKey: BOTPREFIX
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/durpot/discord
|
key: secrets/durpot/discord
|
||||||
property: BOTPREFIX
|
property: BOTPREFIX
|
||||||
- secretKey: ChannelID
|
- secretKey: ChannelID
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/durpot/discord
|
key: secrets/durpot/discord
|
||||||
property: ChannelID
|
property: ChannelID
|
||||||
- secretKey: TOKEN
|
- secretKey: TOKEN
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/durpot/discord
|
key: secrets/durpot/discord
|
||||||
property: TOKEN
|
property: TOKEN
|
||||||
|
- secretKey: ClientID
|
||||||
|
remoteRef:
|
||||||
|
key: secrets/durpot/auth
|
||||||
|
property: ClientID
|
||||||
|
- secretKey: Password
|
||||||
|
remoteRef:
|
||||||
|
key: secrets/durpot/auth
|
||||||
|
property: Password
|
||||||
|
- secretKey: TokenURL
|
||||||
|
remoteRef:
|
||||||
|
key: secrets/durpot/auth
|
||||||
|
property: TokenURL
|
||||||
|
- secretKey: Username
|
||||||
|
remoteRef:
|
||||||
|
key: secrets/durpot/auth
|
||||||
|
property: Username
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue