From 11b44e77c3d8fcf01c4893601f5d9829727e2caa Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Tue, 10 Jan 2023 21:40:15 +0200 Subject: [PATCH] again.. fix tests --- library/common-test/tests/jobs/jobTemplate_test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/common-test/tests/jobs/jobTemplate_test.yaml b/library/common-test/tests/jobs/jobTemplate_test.yaml index 18833316b1..38c556b196 100644 --- a/library/common-test/tests/jobs/jobTemplate_test.yaml +++ b/library/common-test/tests/jobs/jobTemplate_test.yaml @@ -611,13 +611,12 @@ tests: - it: should pass with custom dnsPolicy documentIndex: *jobDoc set: - key: None dnsPolicy: ClusterFirstWithHostNet jobs: job-name: enabled: true podSpec: - dnsPolicy: "{{ .Values.key }}" + dnsPolicy: None containers: main: imageSelector: image