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
ffadd99f96
commit
7fb27fa5fb
1 changed files with 6 additions and 6 deletions
|
|
@ -9,18 +9,18 @@ spec:
|
||||||
target:
|
target:
|
||||||
name: durpapi-secret
|
name: durpapi-secret
|
||||||
data:
|
data:
|
||||||
- secretKey: OPENAI_API_KEY
|
- secretKey: openai_api_key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/durpapi/openai
|
key: secrets/durpapi/openai
|
||||||
property: OPENAI_API_KEY
|
property: openai_api_key
|
||||||
- secretKey: UNRAID_API_KEY
|
- secretKey: unraid_api_key
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/durpapi/unraid
|
key: secrets/durpapi/unraid
|
||||||
property: UNRAID_API_KEY
|
property: unraid_api_key
|
||||||
- secretKey: UNRAID_URI
|
- secretKey: unraid_uri
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/durpapi/unraid
|
key: secrets/durpapi/unraid
|
||||||
property: UNRAID_URI
|
property: unraid_uri
|
||||||
- secretKey: db_host
|
- secretKey: db_host
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/durpapi/postgres
|
key: secrets/durpapi/postgres
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue