限制 OpenSandbox 仅调度 VM
yaml / yaml (pull_request) Successful in 19s

This commit is contained in:
2026-09-20 17:19:12 +00:00
parent 8896d58b89
commit eb52197eee
2 changed files with 17 additions and 3 deletions
@@ -6,3 +6,17 @@ resources:
- rbac.yaml
- identity-controller.yaml
- pools.yaml
patches:
# Pod jobs run directly in the homelab cluster. Keep OpenSandbox VM-only.
- target:
group: sandbox.opensandbox.io
version: v1alpha1
kind: Pool
name: ci-pod
patch: |-
apiVersion: sandbox.opensandbox.io/v1alpha1
kind: Pool
metadata:
name: ci-pod
namespace: opensandbox
$patch: delete