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
namespace: testing
templates:
- templates/gitea/deployment.yaml
- templates/gitea/config.yaml
- templates/gitea/deployment.yaml
- templates/gitea/config.yaml
tests:
- it: Render the deployment (default)
- it: Render the deployment (default)
asserts:
- hasDocuments:
count: 1
@@ -16,7 +16,7 @@ tests:
count: 3
template: templates/gitea/deployment.yaml
- it: Render the deployment (signing)
- it: Render the deployment (signing)
set:
signing.enabled: true
asserts:
@@ -28,7 +28,7 @@ tests:
count: 4
template: templates/gitea/deployment.yaml
- it: Render the deployment (extraInitContainers)
- it: Render the deployment (extraInitContainers)
set:
postExtraInitContainers:
- name: foo