fix: revert secret key to openrouter-api-key based on cluster error
This commit is contained in:
parent
41b8b90469
commit
eb80171082
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ spec:
|
|||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: picoclaw-secrets
|
||||
key: GOOGLE_API_KEY # Ensure this exists in your cluster secrets
|
||||
key: GOOGLE_API_KEY
|
||||
- name: PICOCLAW_TELEGRAM_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
@ -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