Skip to content

split yaml

David Caro requested to merge split_yaml into main

templates: split into resources

This helps in several ways:

  • We can static check the yaml ones
  • When an error occurs, it's easier to pinpoint the section that failed
  • CRDs can be applied before everything else

And some drawbacks:

Edited by David Caro

Merge request reports