You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix yaml in prow.yaml PR or it would cause issues to the controller not
being able to parse it.
The pac controller would get:
🚨 11:31:31 pac-controller prun: tekton validation error: yaml: line
16: could not find expected ':'
it's all deep down inside the decoder method:
decoder := k8scheme.Codecs.UniversalDeserializer()
so nothing we can really do on our side, and we have to tell our users
to have to use the |- thing instead.
Signed-off-by: Chmouel Boudjnah <[email protected]>
0 commit comments