Fixed unittests

This commit is contained in:
dementhorr 2024-01-13 16:40:34 +01:00 committed by Vince Montalbano
parent 07633d08bb
commit ed8534e084
8 changed files with 16 additions and 16 deletions

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests name: gitea-unittests
namespace: testing namespace: testing
templates: templates:
- templates/gitea/actions/config-act-runner.yaml - templates/gitea/act_runner/config-act-runner.yaml
tests: tests:
- it: renders a ConfigMap - it: renders a ConfigMap
template: templates/gitea/actions/config-act-runner.yaml template: templates/gitea/act_runner/config-act-runner.yaml
set: set:
actions: actions:
statefulset: statefulset:

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests name: gitea-unittests
namespace: testing namespace: testing
templates: templates:
- templates/gitea/actions/config-scripts.yaml - templates/gitea/act_runner/config-scripts.yaml
tests: tests:
- it: renders a deployment - it: renders a deployment
template: templates/gitea/actions/config-scripts.yaml template: templates/gitea/act_runner/config-scripts.yaml
set: set:
actions: actions:
job: job:

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests name: gitea-unittests
namespace: testing namespace: testing
templates: templates:
- templates/gitea/actions/job.yaml - templates/gitea/act_runner/job.yaml
tests: tests:
- it: renders a deployment - it: renders a deployment
template: templates/gitea/actions/job.yaml template: templates/gitea/act_runner/job.yaml
set: set:
actions: actions:
job: job:

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests name: gitea-unittests
namespace: testing namespace: testing
templates: templates:
- templates/gitea/actions/role-job.yaml - templates/gitea/act_runner/role-job.yaml
tests: tests:
- it: renders a role - it: renders a role
template: templates/gitea/actions/role-job.yaml template: templates/gitea/act_runner/role-job.yaml
set: set:
actions: actions:
job: job:

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests name: gitea-unittests
namespace: testing namespace: testing
templates: templates:
- templates/gitea/actions/rolebinding-job.yaml - templates/gitea/act_runner/rolebinding-job.yaml
tests: tests:
- it: renders a deployment - it: renders a deployment
template: templates/gitea/actions/rolebinding-job.yaml template: templates/gitea/act_runner/rolebinding-job.yaml
set: set:
actions: actions:
job: job:

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests name: gitea-unittests
namespace: testing namespace: testing
templates: templates:
- templates/gitea/actions/secret-token.yaml - templates/gitea/act_runner/secret-token.yaml
tests: tests:
- it: renders a deployment - it: renders a deployment
template: templates/gitea/actions/secret-token.yaml template: templates/gitea/act_runner/secret-token.yaml
set: set:
actions: actions:
job: job:

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests name: gitea-unittests
namespace: testing namespace: testing
templates: templates:
- templates/gitea/actions/serviceaccount-job.yaml - templates/gitea/act_runner/serviceaccount-job.yaml
tests: tests:
- it: renders a deployment - it: renders a deployment
template: templates/gitea/actions/serviceaccount-job.yaml template: templates/gitea/act_runner/serviceaccount-job.yaml
set: set:
actions: actions:
job: job:

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests name: gitea-unittests
namespace: testing namespace: testing
templates: templates:
- templates/gitea/actions/statefulset.yaml - templates/gitea/act_runner/statefulset.yaml
tests: tests:
- it: renders a deployment - it: renders a deployment
template: templates/gitea/actions/statefulset.yaml template: templates/gitea/act_runner/statefulset.yaml
set: set:
actions: actions:
statefulset: statefulset: