From eb8017108213fe0ff5e1b02fc529a5ea795958ce Mon Sep 17 00:00:00 2001 From: stevef Date: Sun, 19 Apr 2026 14:03:40 +0200 Subject: [PATCH] fix: revert secret key to openrouter-api-key based on cluster error --- k3s/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k3s/deployment.yaml b/k3s/deployment.yaml index 22ec3ad19..23acfeb07 100644 --- a/k3s/deployment.yaml +++ b/k3s/deployment.yaml @@ -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