12 lines
365 B
YAML
12 lines
365 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: picoclaw-secrets
|
|
namespace: agi
|
|
type: Opaque
|
|
stringData:
|
|
# Base64 encoding is handled automatically by K8s when using stringData
|
|
telegram-token: "YOUR_TELEGRAM_TOKEN_HERE"
|
|
nvidia-api-key: "YOUR_NVIDIA_API_KEY_HERE"
|
|
azure-api-key: "YOUR_AZURE_API_KEY_HERE"
|
|
OPENROUTER_API_KEY: "YOUR_OPENROUTER_API_KEY_HERE"
|