Search code examples
yamlcicd

YAML File validation and integration with CI/CD


I want to add a feature where my YAML file is validated in my pipeline before execution of commands and running the file on my kubernetes cluster. Are there any tools or products that would support this?


Solution

  • You can use yamllint to validate yaml files. If you are using gitlab.com, then check this link