chore(k3s): fix secret key case sensitivity in deployment
This commit is contained in:
parent
868d5d421e
commit
6ce0531bb7
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ spec:
|
|||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: picoclaw-secrets
|
||||
key: OPENROUTER_API_KEY
|
||||
key: openrouter-api-key
|
||||
volumeMounts:
|
||||
- name: picoclaw-data
|
||||
mountPath: /home/picoclaw/.picoclaw
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue