Wait on daemonsets
Unknown how many packages use daemonsets but at least monitoring is using them and we should be waiting for them to be ready.
Added a script to wait on them in the same way we do stateful sets.
Failing example: https://repo1.dso.mil/platform-one/big-bang/apps/core/monitoring/-/jobs/2315216 (removed image pull secrets to simulate a fail here)
Also added some debug messages to both custom waits to help out on failed runs.