Files
actions-runner-controller/charts/gha-runner-scale-set-experimental/tests/github_secret_predefined_secret_test.yaml
2026-03-16 10:09:05 +01:00

16 lines
406 B
YAML

suite: "Test GitHub Secret pre-defined secret"
templates:
- githubsecret.yaml
tests:
- it: should not render githubsecret when auth.secretName is provided
set:
scaleset.name: "test"
auth.url: "https://github.com/org"
auth.secretName: "pre-defined-secret"
release:
name: "test-name"
namespace: "test-namespace"
asserts:
- hasDocuments:
count: 0