gimlet
gimlet copied to clipboard
Validate generated yaml before writing to the gitops repo
to prevent corrupt yaml (like when variables are missing from the artifact) getting into the gitops repo
The missing variables are now detected in manifest generation and fail early. Still, we should validate that the yaml we try to write to git is a valid one. Fail if it is not.