Files
homelab-infra/platform/dynamic-runner/namespace.yaml
T
panxiao81 c4f425e9ea
yaml / yaml (pull_request) Successful in 10s
按执行职责拆分动态 Runner 组件
2026-09-16 14:53:30 +00:00

10 lines
296 B
YAML

apiVersion: v1
kind: Namespace
metadata:
name: dynamic-runner
labels:
# Disposable Pod runners may start dockerd or kind from the workflow.
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/audit: restricted
pod-security.kubernetes.io/warn: restricted