-
Vihang Mehta authored
Summary: Used `for file in **/*.yaml; do [ "$(sed -n '/^---/p;q' ${file})" ] || sed -i -e "1s/^/---\n/" ${file}; done` to create this diff. Manually fixed up places where there was a comment before the header and any other detected lint issues. Test Plan: N/A Reviewers: zasgar, michelle Reviewed By: zasgar Signed-off-by:
Vihang Mehta <vihang@pixielabs.ai> Differential Revision: https://phab.corp.pixielabs.ai/D10060 GitOrigin-RevId: 6c122b6f6fe8ee2418ecb12e1f76aac01a939d28
ecf083b5