mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update file secrets.yaml
This commit is contained in:
parent
375d57243b
commit
ede5a51421
1 changed files with 5 additions and 5 deletions
|
|
@ -11,19 +11,19 @@ spec:
|
|||
data:
|
||||
- secretKey: OPENAI_API_KEY
|
||||
remoteRef:
|
||||
key: durpapi/openai
|
||||
key: secrets/durpapi/openai
|
||||
property: OPENAI_API_KEY
|
||||
- secretKey: UNRAID_API_KEY
|
||||
remoteRef:
|
||||
key: durpapi/unraid
|
||||
key: secrets/durpapi/unraid
|
||||
property: UNRAID_API_KEY
|
||||
- secretKey: UNRAID_URI
|
||||
remoteRef:
|
||||
key: durpapi/unraid
|
||||
key: secrets/durpapi/unraid
|
||||
property: UNRAID_URI
|
||||
- secretKey: jwtToken
|
||||
remoteRef:
|
||||
key: durpapi/jwtToken
|
||||
key: secrets/durpapi/jwtToken
|
||||
property: jwtToken
|
||||
|
||||
---
|
||||
|
|
@ -36,7 +36,7 @@ spec:
|
|||
provider:
|
||||
vault:
|
||||
server: "http://vault.vault.svc.cluster.local:8200"
|
||||
path: "durpapi"
|
||||
path: "secrets"
|
||||
version: "v2"
|
||||
auth:
|
||||
kubernetes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue