2023-01-17 10:58:10 -06:00
|
|
|
suite: Statefulset template (basic)
|
|
|
|
release:
|
|
|
|
name: gitea-unittests
|
|
|
|
namespace: testing
|
|
|
|
templates:
|
|
|
|
- templates/gitea/statefulset.yaml
|
|
|
|
- templates/gitea/config.yaml
|
|
|
|
tests:
|
|
|
|
- it: renders a statefulset
|
|
|
|
template: templates/gitea/statefulset.yaml
|
|
|
|
asserts:
|
|
|
|
- hasDocuments:
|
|
|
|
count: 1
|
|
|
|
- containsDocument:
|
2023-03-28 16:18:23 -05:00
|
|
|
kind: StatefulSet
|
2023-01-17 10:58:10 -06:00
|
|
|
apiVersion: apps/v1
|
|
|
|
name: gitea-unittests
|