Creating a ServiceAccount in All Test Namespaces
Use case
A specific Service Account is required in all test namespaces. This is need to run test jobs in a CI/CD pipeline and the default SA is not allowed.
Implementation
This ManagedResource (MR) will create a Service Account managed-resource-sa
in each namespace that contains test
in its name.