config: make openclaw-config secret minimal placeholder
This commit is contained in:
@@ -5,22 +5,7 @@ metadata:
|
|||||||
namespace: openclaw
|
namespace: openclaw
|
||||||
type: Opaque
|
type: Opaque
|
||||||
stringData:
|
stringData:
|
||||||
# IMPORTANT: Fill this in with the OpenClaw gateway config JSON (or whatever the new format is).
|
# Minimal placeholder config for a clean install.
|
||||||
# This is a placeholder so Argo has a resource to manage.
|
# Add settings back only as needed (Telegram, approvals, memorySearch, etc.).
|
||||||
openclaw.json: |
|
openclaw.json: |
|
||||||
{
|
{}
|
||||||
"agents": {
|
|
||||||
"defaults": {
|
|
||||||
"memorySearch": {
|
|
||||||
"enabled": true,
|
|
||||||
"provider": "openai",
|
|
||||||
"model": "BAAI/bge-base-en-v1.5",
|
|
||||||
"remote": {
|
|
||||||
"baseUrl": "http://text-embeddings.tei.svc.cluster.local:8080/v1/",
|
|
||||||
"apiKey": "not-needed",
|
|
||||||
"batch": {"enabled": false}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user