starting with tests

This commit is contained in:
Nikola Jokic
2026-01-10 01:28:17 +01:00
parent 1ce073b56e
commit 26f573fa80
4 changed files with 14 additions and 70 deletions

View File

@@ -6,4 +6,13 @@ tests:
set:
scaleset.name: "test"
auth.url: "https://github.com/org"
auth.githubToken: "gh_"
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"