2023-01-19 13:45:32 +00:00
|
|
|
suite: Init template (basic)
|
|
|
|
release:
|
|
|
|
name: forgejo-unittests
|
|
|
|
namespace: testing
|
|
|
|
templates:
|
|
|
|
- templates/gitea/init.yaml
|
|
|
|
tests:
|
|
|
|
- it: renders a secret
|
|
|
|
asserts:
|
|
|
|
- hasDocuments:
|
|
|
|
count: 1
|
|
|
|
- containsDocument:
|
2023-03-28 21:18:23 +00:00
|
|
|
kind: Secret
|
2023-01-19 13:45:32 +00:00
|
|
|
apiVersion: v1
|
|
|
|
name: forgejo-unittests-init
|