sensu / sensu-flow

Github Action for Sensu flow resource management pattern.
MIT License
7 stars 6 forks source link

Asset reference tests #3

Open calebhailey opened 3 years ago

calebhailey commented 3 years ago

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.

jspaleta commented 3 years ago

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.