Welcome page is broken again:
This is caused by tlsSupport: false in https://gitlab.cee.redhat.com/codeready-workspaces/jenkins-jobs/raw/master/resources/crw2-custom-resource.yaml, as linked from https://docs.google.com/document/d/1LIFweQV-t0nhNPjXYiJp7h93M7zDtFwCcRq-EqdfdHY/edit
/opt/crwctl/bin/crwctl server:start --che-operator-image=quay.io/crw/crw-2-rhel8-operator:latest --che-operator-cr-yaml=crw2-custom-resource.yaml -n nboldt-cr
Solution:
crw2-custom-resource.yaml needs to be updated to tlsSupport: true, plus selfSignedCert: true [or just remove them both]
Example: https://issues.redhat.com/secure/attachment/12475371/12475371_crw2-custom-resource.yaml
- is related to
-
CRW-929 Adapt CRW 2.x testing pipelines to test CRW 2.2.0
- Closed