helm-chart/unittests/act_runner/job.yaml
2024-03-19 17:38:14 +02:00

24 lines
526 B
YAML

suite: actions template | job
release:
name: gitea-unittests
namespace: testing
templates:
- templates/gitea/act_runner/job.yaml
tests:
- it: renders a Job
template: templates/gitea/act_runner/job.yaml
set:
actions:
provisioning:
enabled: true
persistence:
enabled: true
mount: true
asserts:
- hasDocuments:
count: 1
- containsDocument:
kind: Job
apiVersion: batch/v1
name: gitea-unittests-actions-token-job