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
Field duplication in YAML does not produce errors, and even for validation by jsonschema it is invisible. Nevertheless, this can confuse while reading the chart. We will fix it soon.
set -e
# Is YAML valid?
helm template .| yq .>/dev/null
# Is manifests valid?
helm template .| kubeval --schema-location \
https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/
The key allowedHostPaths in duplicated in the template psp.yaml, which results in an error message with helm.
Kind regards,
Florian
The text was updated successfully, but these errors were encountered: