From ba5d2e54c20b3c572737999a29bb297fb09bac9f Mon Sep 17 00:00:00 2001 From: Beraldo Leal Date: Thu, 23 May 2024 17:36:51 -0400 Subject: [PATCH] tests: remove object separation mark from eof End of file should not end with --- mark. This will confuse tools like yq and kubectl that might think this is another object. Signed-off-by: Beraldo Leal --- .../runtimeclass_workloads/pod-sandbox-vcpus-allocation.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/kubernetes/runtimeclass_workloads/pod-sandbox-vcpus-allocation.yaml b/tests/integration/kubernetes/runtimeclass_workloads/pod-sandbox-vcpus-allocation.yaml index 0730840fad..d5b1aaff6e 100644 --- a/tests/integration/kubernetes/runtimeclass_workloads/pod-sandbox-vcpus-allocation.yaml +++ b/tests/integration/kubernetes/runtimeclass_workloads/pod-sandbox-vcpus-allocation.yaml @@ -51,4 +51,3 @@ spec: cpu: "1.2" command: ['nproc', '--all'] restartPolicy: Never ----