-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[installer]: allow use of external container registry #6621
Conversation
f029272
to
0f0406d
Compare
@@ -140,6 +115,43 @@ func configmap(ctx *common.RenderContext) ([]runtime.Object, error) { | |||
return nil, err | |||
} | |||
|
|||
data := map[string]string{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, this section has been rearranged to make the registry proxy conditional
Codecov Report
@@ Coverage Diff @@
## main #6621 +/- ##
==========================================
- Coverage 33.29% 6.00% -27.29%
==========================================
Files 48 12 -36
Lines 8678 1116 -7562
==========================================
- Hits 2889 67 -2822
+ Misses 5551 1048 -4503
+ Partials 238 1 -237
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
0f0406d
to
ee23004
Compare
/assign @csweichel |
ee23004
to
5e44abe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a few minor things that would need fixing.
Is there an issue for introducing the secret validation checks?
Yes - #6627 |
5e44abe
to
ce04c18
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM label has been added. Git tree hash: f0d88d09fc558ec8a4bfce3ed5358fe36e23f1d8
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csweichel Associated issue: #6565 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Configure external container registry
Related Issue(s)
Fixes #6565
How to test
Get create container registry in GCP and get a service account key
To create secret:
Then change the config to:
Deploy the changes and create a workspace
Release Notes
Documentation