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
kube-linter lint -v chart
Warning: failed to load object from chart/templates/pipeline.yaml: failed to decode: no kind "Pipeline" is registered for version "tekton.dev/v1beta1" in scheme "pkg/runtime/scheme.go:100"
Warning: no valid objects found.
The text was updated successfully, but these errors were encountered:
PascalTurbo
changed the title
[BUG]
[BUG] failed to decode: no kind "Pipeline" is registered for version "tekton.dev/v1beta1"
Aug 2, 2023
Below patch solves this issue but it adds new dependency and that will be hard to maintain. On the other hand we could add schemas for mature project that are part of CNCF or some other org (e.g. we already have exception for OpenShift)
System info:
Describe the bug
kube-linter returns an error (see below) but the HelmChart is valid and installable
To Reproduce
Checkout this code https://github.com/PascalTurbo/stackrox-kube-linter-bug-example and run
kube-linter lint -v chart
Output
The text was updated successfully, but these errors were encountered: