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
When clicking on Flux resources like HelmRelease in the tree views, it would be better to show kubectl describe HelmRelease than to show the HelmRelease definition metadata/spec/status in the editor view.
Since it's read-only and formatted for human view, the
Actual behaviour
JSON should not be in logs,
YAML should not be in editor view, the useful information is all in kubectl describe output
Events should be streamlined (as already covered in #254)
Steps to reproduce
N/A
Versions
Extension version: v0.19.2-pre4
The text was updated successfully, but these errors were encountered:
Expected behaviour
When clicking on Flux resources like HelmRelease in the tree views, it would be better to show
kubectl describe HelmRelease
than to show the HelmRelease definition metadata/spec/status in the editor view.Since it's read-only and formatted for human view, the
Actual behaviour
JSON should not be in logs,
YAML should not be in editor view, the useful information is all in
kubectl describe
outputEvents should be streamlined (as already covered in #254)
Steps to reproduce
N/A
Versions
Extension version: v0.19.2-pre4
The text was updated successfully, but these errors were encountered: