mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
Update file secrets.yaml
This commit is contained in:
parent
7cc7dbeb96
commit
c2c2658a3c
1 changed files with 23 additions and 3 deletions
|
|
@ -25,6 +25,26 @@ spec:
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/durpapi/jwtToken
|
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