helm-chart/unittests/act_runner/statefulset.yaml

20 lines
473 B
YAML

suite: actions template | statefulset
release:
name: gitea-unittests
namespace: testing
templates:
- templates/gitea/act_runner/statefulset.yaml
tests:
- it: renders a StatefulSet
template: templates/gitea/act_runner/statefulset.yaml
set:
actions:
enabled: true
asserts:
- hasDocuments:
count: 1
- containsDocument:
kind: StatefulSet
apiVersion: apps/v1
name: gitea-unittests-act-runner