Merge pull request:修正动态 Runner 的 Bao 凭据路径
yaml / yaml (push) Successful in 12s

This commit was merged in pull request #68.
This commit is contained in:
2026-09-16 15:05:34 +00:00
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -17,8 +17,7 @@ OpenBao 路径:
- `kv/k8s/nats.ci_producer_password`:已有 NATS producer 密码。 - `kv/k8s/nats.ci_producer_password`:已有 NATS producer 密码。
- `kv/k8s/nats.ci_worker_password`:已有 NATS worker 密码。 - `kv/k8s/nats.ci_worker_password`:已有 NATS worker 密码。
- `kv/k8s/microvm-runner.webhook_secret`:Gitea webhook HMAC secret;这是已有 Bao - `kv/k8s/dynamic-runner.webhook_secret`:Gitea webhook HMAC secret。
路径,资源重命名不迁移 secret 数据。
- `kv/k8s/gitea-runner.token`:现有 instance runner registration token。 - `kv/k8s/gitea-runner.token`:现有 instance runner registration token。
首期 controller 与 runner 镜像由 laptop 本机构建后导入 k3s containerd,作为 CI 首期 controller 与 runner 镜像由 laptop 本机构建后导入 k3s containerd,作为 CI
+1 -1
View File
@@ -22,7 +22,7 @@ spec:
property: ci_worker_password property: ci_worker_password
- secretKey: webhook-secret - secretKey: webhook-secret
remoteRef: remoteRef:
key: k8s/microvm-runner key: k8s/dynamic-runner
property: webhook_secret property: webhook_secret
- secretKey: token - secretKey: token
remoteRef: remoteRef: