mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-01-15 16:04:26 +08:00
19 lines
515 B
YAML
19 lines
515 B
YAML
suite: "AutoscalingRunnerSet"
|
|
templates:
|
|
- autoscalingrunnserset.yaml
|
|
tests:
|
|
- it: should render base labels
|
|
set:
|
|
scaleset.name: "test"
|
|
auth.url: "https://github.com/org"
|
|
auth.githubToken: "gh_token12345"
|
|
controllerServiceAccount.name: "arc"
|
|
controllerServiceAccount.namespace: "arc-system"
|
|
release:
|
|
name: "test-name"
|
|
namespace: "test-namespace"
|
|
asserts:
|
|
- equal:
|
|
path: metadata.labels["app.kubernetes.io/name"]
|
|
value: "test-name"
|