Compile a list of all runtime_asset references in any template, and verify that all of the referenced assets are also present, per namespace. Test should fail if there is a missing asset.
similar to the secrets reference... just needs some looping.
I might combine these into the same pre-looping logic so I grab both the secrets and asset references at the same time.
Compile a list of all
runtime_asset
references in any template, and verify that all of the referenced assets are also present, per namespace. Test should fail if there is a missing asset.