picoclaw/k3s/secrets.yaml

11 lines
316 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: picoclaw-secrets
namespace: default
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"