2023-01-18 00:58:10 +08:00
|
|
|
suite: Init template (basic)
|
|
|
|
release:
|
|
|
|
name: gitea-unittests
|
|
|
|
namespace: testing
|
|
|
|
templates:
|
|
|
|
- templates/gitea/init.yaml
|
|
|
|
tests:
|
|
|
|
- it: renders a secret
|
|
|
|
asserts:
|
|
|
|
- hasDocuments:
|
|
|
|
count: 1
|
|
|
|
- containsDocument:
|
2023-03-29 05:18:23 +08:00
|
|
|
kind: Secret
|
2023-01-18 00:58:10 +08:00
|
|
|
apiVersion: v1
|
|
|
|
name: gitea-unittests-init
|