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