Create config adding fullnameOverride entry. This allows multiple tests
to be run against the same cluster without the role names clashing.
Create a pod for our other pods to have an affinity to ensure they are all deployed on
the same node.
Gets a name we can use for roles to prevent them conflicting with other tests.
Uses the provided namespace as the root.
Is the MULTINODE environment variable set?
Since the tests only scan the logs from an agent on a single node, we want to make sure that all the test pods are on
the same node so the agent picks them all.
Read the first line from vector logs and assert that it matches the expected
one.
This allows detecting the situations where things have gone very wrong.