fix(myorg-assistant): add WEB_SECRET_KEY env to cronjobs (pydantic Settings now requires it; caused CrashLoop restart loop)

This commit is contained in:
platform-engineer-agent
2026-07-12 11:28:36 +00:00
parent a5b90994a4
commit 4b3c9f5493
5 changed files with 25 additions and 5 deletions

View File

@@ -68,7 +68,11 @@ spec:
valueFrom:
secretKeyRef:
name: myorg-assistant-secret
key: LITELLM_API_KEY
- name: WEB_SECRET_KEY
valueFrom:
secretKeyRef:
name: myorg-assistant-secret
key: WEB_SECRET_KEY
volumeMounts:
- name: myorg-data
mountPath: /data/myorg