fix: external secrets root config
This commit is contained in:
parent
2dc993dc56
commit
c02c476621
|
|
@ -14,16 +14,13 @@ spec:
|
||||||
data:
|
data:
|
||||||
- secretKey: LITELLM_MASTER_KEY
|
- secretKey: LITELLM_MASTER_KEY
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /agentic-os/litellm
|
key: LITELLM_MASTER_KEY
|
||||||
property: master_key
|
|
||||||
- secretKey: LITELLM_SALT_KEY
|
- secretKey: LITELLM_SALT_KEY
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /agentic-os/litellm
|
key: LITELLM_SALT_KEY
|
||||||
property: salt_key
|
|
||||||
- secretKey: DATABASE_URL
|
- secretKey: DATABASE_URL
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: /agentic-os/litellm
|
key: DATABASE_URL
|
||||||
property: database_url
|
|
||||||
---
|
---
|
||||||
apiVersion: external-secrets.io/v1beta1
|
apiVersion: external-secrets.io/v1beta1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
|
|
|
||||||
|
|
@ -20,4 +20,4 @@ spec:
|
||||||
secretsScope:
|
secretsScope:
|
||||||
projectSlug: agentic-os
|
projectSlug: agentic-os
|
||||||
environmentSlug: production
|
environmentSlug: production
|
||||||
secretsPath: "/agentic-os"
|
secretsPath: "/"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue