-
Bug
-
Resolution: Unresolved
-
Major
-
4.12, 4.14, 4.16, 4.18
-
Quality / Stability / Reliability
-
False
-
-
1
-
None
-
None
-
None
-
Rejected
-
ODC Sprint 3274, ODC Sprint 3275
-
2
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
`Oh no! Something went wrong` displayed while listing resources in the helm tab
Version-Release number of selected component (if applicable):
We tested the same in all the OCP4.8 and above versions, and the error is the same
How reproducible:
Steps to Reproduce:
1. Create a new helm chart with `helm 2. Replace the below yaml as the services.yaml in the templates folder 3. run helm deploy
apiVersion: v1 kind: List items: - apiVersion: v1 kind: Service metadata: name: test labels: app: test spec: type: ClusterIP ports: - port: 8443 targetPort: 8443 protocol: TCP name: 8443-tcp selector: app: test
Actual results:
`Oh no! Something went wrong` and the console crashed
Expected results:
List out all the created resources
Additional info:
We found this KB https://access.redhat.com/solutions/6980513, and tried to change the `kind: list` to `kind: services`, but it still not work
- blocks
-
OCPBUGS-56885 Helm resource list error in console
-
- Closed
-
- is cloned by
-
OCPBUGS-56885 Helm resource list error in console
-
- Closed
-
- links to