getporter / helm2-mixin

Helm mixin for Porter
https://porter.sh/mixins/helm
Apache License 2.0
13 stars 7 forks source link

Do not validate against json schema at runtime #43

Closed carolynvs closed 5 years ago

carolynvs commented 5 years ago

We don't want a small validation problem to prevent a bundle from running which is why we aren't running the validation at runtime.

See https://github.com/deislabs/porter-terraform/pull/19#discussion_r317629816 for context.

We plan to validate the yaml at build time in https://github.com/deislabs/porter/issues/532.