fix(k3s): correct secret key case sensitivity and match secrets.yaml
This commit is contained in:
parent
e027cf3e59
commit
41b8b90469
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ spec:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: picoclaw-secrets
|
name: picoclaw-secrets
|
||||||
key: GOOGLE_API_KEY
|
key: GOOGLE_API_KEY # Ensure this exists in your cluster secrets
|
||||||
- name: PICOCLAW_TELEGRAM_TOKEN
|
- name: PICOCLAW_TELEGRAM_TOKEN
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
@ -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