Bug 1936463 - Deploying Helm chart without resources crash the Dev Console
Summary: Deploying Helm chart without resources crash the Dev Console
Keywords:
Status: CLOSED DUPLICATE of bug 1893738
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Dev Console
Version: 4.6
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
: 4.8.0
Assignee: cvogt
QA Contact: Gajanan More
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-03-08 14:28 UTC by Vinu K
Modified: 2021-07-14 07:40 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-07-14 07:40:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Vinu K 2021-03-08 14:28:11 UTC
Description of problem:
Deploying Helm Chart without resources in OCP 4.5 would make the Dev Console "Oh no! Something went wrong."

Version-Release number of selected component (if applicable):
v4u5

How reproducible:
Always

Steps to Reproduce:
1. helm create foo
2. rm foo/templates/{deployment.yaml,service.yaml,serviceaccount.yaml}
3. oc new-project foo
4. helm install foo foo/ --values foo/values.yaml
5. Go to Developer Console > Helm > foo project > foo > Resources

Actual results:
Oh no! Something went wrong.

Expected results:
At least no error

Additional info:
Tested in 4.6 and 4.7 and could not find issues.

Comment 11 Mohammed Saud 2021-07-14 07:40:03 UTC
Closing as this is already fixed with PR https://github.com/openshift/console/pull/7069 and fix is available in 4.6 z-stream release.

Feel free to reopen if the issue still exists.

*** This bug has been marked as a duplicate of bug 1893738 ***


Note You need to log in before you can comment on or make changes to this bug.