mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-13 20:51:14 +00:00
openclaw: allow runtimeDeps python
This commit is contained in:
@@ -26,6 +26,10 @@ spec:
|
|||||||
forceHTTPS: false
|
forceHTTPS: false
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/enabled: "true"
|
external-dns.alpha.kubernetes.io/enabled: "true"
|
||||||
|
# Python toolchain init container: lets skills/MCP servers use uv, and lets
|
||||||
|
# the agent install python tools user-level (~/.local on the PVC) without root.
|
||||||
|
runtimeDeps:
|
||||||
|
python: true
|
||||||
# Headless Chromium sidecar for browser automation (scraping, screenshots,
|
# Headless Chromium sidecar for browser automation (scraping, screenshots,
|
||||||
# browser-based integrations). The operator injects CHROMIUM_URL into the
|
# browser-based integrations). The operator injects CHROMIUM_URL into the
|
||||||
# gateway and points the "default" and "chrome" browser profiles at its CDP
|
# gateway and points the "default" and "chrome" browser profiles at its CDP
|
||||||
|
|||||||
Reference in New Issue
Block a user