-
Notifications
You must be signed in to change notification settings - Fork 121
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
feat: Supports image pull secrets #276
feat: Supports image pull secrets #276
Conversation
04afe39
to
0bc36e0
Compare
Signed-off-by: Lize Cai <[email protected]>
0bc36e0
to
0033e3e
Compare
@njhill , could you help to review this PR? thanks. |
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.
This looks great, thanks @lizzzcai
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lizzzcai, njhill 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 |
/lgtm |
#### Motivation fix opendatahub-io#214 #### Modifications 1. Update servingRuntime CRDs to include imagePullSecrets 2. pass imagePullSecrets from Configuration and ServingRuntimePodSpec to deployment.Spec.Template and add tests 3. add docs in Configuration #### Result The user is able to pass imagePullSecrets from configuration and servingRuntime to runtime pod and uses images from the private image registry. Signed-off-by: Lize Cai <[email protected]>
update params pointing to v0.11.1.1
Motivation
fix #214
Modifications
Result
The user is able to pass imagePullSecrets from configuration and servingRuntime to runtime pod and uses images from the private image registry.