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 <bleal@redhat.com>
This commit is contained in:
Beraldo Leal 2024-05-23 17:36:51 -04:00
parent 3e8b4806b8
commit ba5d2e54c2

View File

@ -51,4 +51,3 @@ spec:
cpu: "1.2"
command: ['nproc', '--all']
restartPolicy: Never
---