In an environment where nodes have taints set a user might set tolerations on their workloads to counter those taints.
But then scheduling our ComputeDomain pods onto those very nodes might fail because they don't have comparable tolerations set.
Since ComputeDomain pods are tied to a user's workload the user knows best (and they do set tolerations on their things), so we have to follow this intent. We seemingly can just use a catch-all toleration.