From 5c39511d9ad868294c392eaa58a2f93bc28504a3 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 18 Dec 2025 20:11:38 +0100 Subject: [PATCH] fix(deployment): adapt nodeSelector test --- unittests/helm/deployment/basic.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unittests/helm/deployment/basic.yaml b/unittests/helm/deployment/basic.yaml index 91f7573..81f4a38 100644 --- a/unittests/helm/deployment/basic.yaml +++ b/unittests/helm/deployment/basic.yaml @@ -33,7 +33,7 @@ tests: asserts: - notExists: path: spec.template.spec.nodeSelector - template: templates/gitea/deployment.yaml + template: templates/deployment.yaml - it: nodeSelector is defined set: nodeSelector: @@ -45,7 +45,7 @@ tests: content: foo: bar bar: foo - template: templates/gitea/deployment.yaml + template: templates/deployment.yaml - it: "injects TMP_EXISTING_ENVS_FILE as environment variable to 'init-app-ini' init container" template: templates/deployment.yaml