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
Among that actual resources created by a Helm Release, the Resources section of Release includes items of type CustomResourceDefinition. Clicking on one brings you back to the main dashboard after what appears to be an attempt at actually loading the CRD. At that point, pressing the "back" button doesn't do much--it attempts navigation back to the CRD which forwards back to the dashboard, all in a split second. I tried spamming "back" as fast as possible to return to the Release screen but couldn't seem to beat it.
screen-capture.mp4
I would expect that clicking on a CustomResourceDefinition would allow you to view something similar to the output of kubectl get crd/crd-name -o yaml.
As an alternative, clicking the CRD could navigate you to the same place that clicking it in the side-panel would. This wouldn't resolve the fact I'd like to view the actual CRD itself though.
Perhaps adding an option to view the specification could be added? Something like:
The text was updated successfully, but these errors were encountered:
Among that actual resources created by a Helm Release, the
Resources
section ofRelease
includes items of typeCustomResourceDefinition
. Clicking on one brings you back to the main dashboard after what appears to be an attempt at actually loading the CRD. At that point, pressing the "back" button doesn't do much--it attempts navigation back to the CRD which forwards back to the dashboard, all in a split second. I tried spamming "back" as fast as possible to return to theRelease
screen but couldn't seem to beat it.screen-capture.mp4
I would expect that clicking on a
CustomResourceDefinition
would allow you to view something similar to the output ofkubectl get crd/crd-name -o yaml
.As an alternative, clicking the CRD could navigate you to the same place that clicking it in the side-panel would. This wouldn't resolve the fact I'd like to view the actual CRD itself though.
Perhaps adding an option to view the specification could be added? Something like:
The text was updated successfully, but these errors were encountered: