-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: apply registry and dashboard URL on all components #481
Conversation
Skipping CI for Draft Pull Request. |
Codecov Report
@@ Coverage Diff @@
## main #481 +/- ##
=======================================
Coverage 53.60% 53.61%
=======================================
Files 230 230
Lines 8010 8011 +1
Branches 1348 1349 +1
=======================================
+ Hits 4294 4295 +1
Misses 3322 3322
Partials 394 394
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-481 |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, amisevsk, benoitf, ibuziuk, olexii4 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What does this PR do?
Apply env variables not only in the template components but also in the devWorkspace components
What issues does this PR fix or reference?
Fixes eclipse-che/che#21102
Is it tested? How?
Check CHE_* env variables are defined in the user container
Release Notes
Docs PR