lines up test type names

This commit is contained in:
benbierens 2023-08-10 14:31:08 +02:00
parent ea767e23ae
commit 5f1b9bf8d4
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ namespace CodexNetDeployer
[Uniform("teststype-podlabel", "ttpl", "TESTSTYPE-PODLABEL", false, "Each kubernetes pod will be created with a label 'teststype' with value 'continuous'. " +
"set this option to override the label value.")]
public string TestsTypePodLabel { get; set; } = "continuous";
public string TestsTypePodLabel { get; set; } = "continuous-tests";
public TestRunnerLocation RunnerLocation { get; set; } = TestRunnerLocation.InternalToCluster;