From 064e51d0c2b1cbb207035e13ad196b35ef259754 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 5 Nov 2025 19:00:49 +0100 Subject: [PATCH] style(yamllint): add missing new line --- unittests/helm/deployment/basic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/helm/deployment/basic.yaml b/unittests/helm/deployment/basic.yaml index 909bb64..1c81294 100644 --- a/unittests/helm/deployment/basic.yaml +++ b/unittests/helm/deployment/basic.yaml @@ -110,4 +110,4 @@ tests: value: "/usr/sbinx" - equal: path: spec.template.spec.initContainers[*].volumeMounts[?(@.name=="config")].mountPath - value: "/usr/sbinx" \ No newline at end of file + value: "/usr/sbinx"