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: 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

View File

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