You've already forked helm-gitea
style: adapt indentation of extraInitContainer tests
This commit is contained in:
@@ -3,10 +3,10 @@ release:
|
|||||||
name: gitea-unittests
|
name: gitea-unittests
|
||||||
namespace: testing
|
namespace: testing
|
||||||
templates:
|
templates:
|
||||||
- templates/gitea/deployment.yaml
|
- templates/gitea/deployment.yaml
|
||||||
- templates/gitea/config.yaml
|
- templates/gitea/config.yaml
|
||||||
tests:
|
tests:
|
||||||
- it: Render the deployment (default)
|
- it: Render the deployment (default)
|
||||||
asserts:
|
asserts:
|
||||||
- hasDocuments:
|
- hasDocuments:
|
||||||
count: 1
|
count: 1
|
||||||
@@ -16,7 +16,7 @@ tests:
|
|||||||
count: 3
|
count: 3
|
||||||
template: templates/gitea/deployment.yaml
|
template: templates/gitea/deployment.yaml
|
||||||
|
|
||||||
- it: Render the deployment (signing)
|
- it: Render the deployment (signing)
|
||||||
set:
|
set:
|
||||||
signing.enabled: true
|
signing.enabled: true
|
||||||
asserts:
|
asserts:
|
||||||
@@ -28,7 +28,7 @@ tests:
|
|||||||
count: 4
|
count: 4
|
||||||
template: templates/gitea/deployment.yaml
|
template: templates/gitea/deployment.yaml
|
||||||
|
|
||||||
- it: Render the deployment (extraInitContainers)
|
- it: Render the deployment (extraInitContainers)
|
||||||
set:
|
set:
|
||||||
postExtraInitContainers:
|
postExtraInitContainers:
|
||||||
- name: foo
|
- name: foo
|
||||||
|
Reference in New Issue
Block a user