From 989a16b87836838557550b234319b515eb635136 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Mon, 24 Aug 2026 23:19:41 +0200 Subject: [PATCH] openclaw: allow runtimeDeps python --- kubernetes/personal/openclaw/openclaw-instance.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kubernetes/personal/openclaw/openclaw-instance.yaml b/kubernetes/personal/openclaw/openclaw-instance.yaml index 8baed6e..79bd776 100644 --- a/kubernetes/personal/openclaw/openclaw-instance.yaml +++ b/kubernetes/personal/openclaw/openclaw-instance.yaml @@ -26,6 +26,10 @@ spec: forceHTTPS: false annotations: 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, # browser-based integrations). The operator injects CHROMIUM_URL into the # gateway and points the "default" and "chrome" browser profiles at its CDP