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:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: picoclaw-secrets
|
name: picoclaw-secrets
|
||||||
key: OPENROUTER_API_KEY
|
key: openrouter-api-key
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: picoclaw-data
|
- name: picoclaw-data
|
||||||
mountPath: /home/picoclaw/.picoclaw
|
mountPath: /home/picoclaw/.picoclaw
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue