Files
actions-runner-controller/charts/gha-runner-scale-set-dev/tests/autoscaling_runner_set_test.yaml
2026-01-10 01:28:17 +01:00

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"