lifechurch / k8s-deploy-helper

k8s-deploy-helper is a tool to help build and deploy containerized applications into Kubernetes using GitLab CI along with templated manifest files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow kubeval to be skipped

antonydenyer opened this issue · comments

I'm applying a certificate on each deployment but they are not supported by kubeval. Can you provide a way to skip validation for some yaml files?

@antonydenyer - We are working on a way to skip specific API types

@antonydenyer Starting with KDH 5.0.0, you can set KDH_SKIP_KUBEVAL to true.