forked from roger/k3s-cluster
fix(myorg-assistant): add WEB_SECRET_KEY env to cronjobs (pydantic Settings now requires it; caused CrashLoop restart loop)
This commit is contained in:
@@ -53,7 +53,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
|
||||
|
||||
Reference in New Issue
Block a user