fix charts and start implementing githubsecret.yaml

This commit is contained in:
Nikola Jokic
2026-01-16 18:02:11 +01:00
parent 600b45b598
commit 69767cca51
4 changed files with 187 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ tests:
asserts:
- equal:
path: spec.githubConfigSecret
value: '"custom-github-secret"'
value: "custom-github-secret"
- it: should render default runnerGroup when not configured
set:
@@ -230,7 +230,7 @@ tests:
value: "https://github.com/myorg"
- equal:
path: spec.githubConfigSecret
value: '"gh-token-secret"'
value: "gh-token-secret"
- equal:
path: spec.runnerGroup
value: "prod-group"