Open hasheddan opened 3 years ago
Seeing this error on a variety of tektoncd CRDs (e.g. https://doc.crds.dev/github.com/tektoncd/pipeline/tekton.dev/Run/v1alpha1@v0.20.0)
Uncaught TypeError: Cannot read property 'apiVersion' of null
Looks like this happens any time a CRD does not embed type metadata (example: https://github.com/arangodb/kube-arangodb/blob/9cbbec404f34463db55e29ebb7f5dbb8aa35d984/manifests/arango-crd.yaml)
Seeing this error on a variety of tektoncd CRDs (e.g. https://doc.crds.dev/github.com/tektoncd/pipeline/tekton.dev/Run/v1alpha1@v0.20.0)