fix: sync agentrun v02 runner secrets

This commit is contained in:
Codex
2026-06-14 03:47:51 +00:00
parent b595b67250
commit 6e5221f0a3
3 changed files with 96 additions and 20 deletions
+35
View File
@@ -315,3 +315,38 @@ controlPlane:
namespace: agentrun-v02
name: agentrun-v02-api-key
key: HWLAB_API_KEY
- id: runner-api-key-legacy-name
sourceRef: /root/.config/hwlab-v02/master-server-admin-api-key.env
sourceKey: HWLAB_API_KEY
targetRef:
namespace: agentrun-v02
name: agentrun-v01-api-key
key: HWLAB_API_KEY
- id: provider-codex-auth-json
sourceMode: file
sourceRef: /root/.codex/auth.json
targetRef:
namespace: agentrun-v02
name: agentrun-v01-provider-codex
key: auth.json
- id: provider-codex-config
sourceMode: file
sourceRef: /root/.codex/config.toml
targetRef:
namespace: agentrun-v02
name: agentrun-v01-provider-codex
key: config.toml
- id: tool-github-pr-token
sourceRef: /root/.config/unidesk/github.env
sourceKey: GH_TOKEN
targetRef:
namespace: agentrun-v02
name: agentrun-v01-tool-github-pr
key: GH_TOKEN
- id: tool-unidesk-ssh-token
sourceRef: /root/unidesk/.state/docker-compose.env
sourceKey: UNIDESK_SSH_CLIENT_TOKEN
targetRef:
namespace: agentrun-v02
name: agentrun-v01-tool-unidesk-ssh
key: UNIDESK_SSH_CLIENT_TOKEN