gimlet icon indicating copy to clipboard operation
gimlet copied to clipboard

Validate generated yaml before writing to the gitops repo

Open laszlocph opened this issue 4 years ago • 1 comments

to prevent corrupt yaml (like when variables are missing from the artifact) getting into the gitops repo

laszlocph avatar Oct 26 '21 08:10 laszlocph

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.

laszlocph avatar Jan 12 '22 08:01 laszlocph