style: adapt indentation of extraInitContainer tests

This commit is contained in:
2025-08-19 12:49:01 +02:00
parent e31bd265b1
commit 10ad0f7743

View File

@@ -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