mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 00:11:21 -05:00
Update file secrets.yaml
This commit is contained in:
parent
7cc7dbeb96
commit
c2c2658a3c
1 changed files with 23 additions and 3 deletions
|
|
@ -16,15 +16,35 @@ spec:
|
|||
- secretKey: UNRAID_API_KEY
|
||||
remoteRef:
|
||||
key: secrets/durpapi/unraid
|
||||
property: UNRAID_API_KEY
|
||||
property: UNRAID_API_KEY
|
||||
- secretKey: UNRAID_URI
|
||||
remoteRef:
|
||||
key: secrets/durpapi/unraid
|
||||
property: UNRAID_URI
|
||||
property: UNRAID_URI
|
||||
- secretKey: jwtToken
|
||||
remoteRef:
|
||||
key: secrets/durpapi/jwtToken
|
||||
property: jwtToken
|
||||
property: jwtToken
|
||||
- secretKey: AuthURL
|
||||
remoteRef:
|
||||
key: secrets/durpapi/auth
|
||||
property: AuthURL
|
||||
- secretKey: ClientID
|
||||
remoteRef:
|
||||
key: secrets/durpapi/auth
|
||||
property: ClientID
|
||||
- secretKey: ClientSecret
|
||||
remoteRef:
|
||||
key: secrets/durpapi/auth
|
||||
property: ClientSecret
|
||||
- secretKey: RedirectURL
|
||||
remoteRef:
|
||||
key: secrets/durpapi/auth
|
||||
property: RedirectURL
|
||||
- secretKey: TokenURL
|
||||
remoteRef:
|
||||
key: secrets/durpapi/auth
|
||||
property: TokenURL
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue