fix: external secrets root config

This commit is contained in:
Antigravity 2026-05-19 22:41:39 -04:00
parent 2dc993dc56
commit c02c476621
2 changed files with 4 additions and 7 deletions

View File

@ -14,16 +14,13 @@ spec:
data:
- secretKey: LITELLM_MASTER_KEY
remoteRef:
key: /agentic-os/litellm
property: master_key
key: LITELLM_MASTER_KEY
- secretKey: LITELLM_SALT_KEY
remoteRef:
key: /agentic-os/litellm
property: salt_key
key: LITELLM_SALT_KEY
- secretKey: DATABASE_URL
remoteRef:
key: /agentic-os/litellm
property: database_url
key: DATABASE_URL
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret

View File

@ -20,4 +20,4 @@ spec:
secretsScope:
projectSlug: agentic-os
environmentSlug: production
secretsPath: "/agentic-os"
secretsPath: "/"