-
Notifications
You must be signed in to change notification settings - Fork 172
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
Add image pull secrets to Jaeger resources #416
Add image pull secrets to Jaeger resources #416
Conversation
…n" section based on associated jaeger-operator PR Signed-off-by: Saad Hussain <[email protected]>
…rs (e.g. imagePullSecrets) Signed-off-by: Saad Hussain <[email protected]>
Signed-off-by: Saad Hussain <[email protected]>
Signed-off-by: Saad Hussain <[email protected]>
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, but it could be good to have @objectiser to give a final look
@@ -972,6 +1000,8 @@ spec: | |||
path: log_level | |||
``` | |||
|
|||
Note: If necessary, imagePullSecrets can be configured for components through their serviceAccounts (see https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#add-image-pull-secret-to-service-account). For the sidecar, see the [Deployment-level Configurations for Injected Sidecars](#deployment-level-configurations-for-injected-sidecars) section. |
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.
\o/
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
This is to be merged once jaegertracing/jaeger-operator#1115 is merged. |
Thanks again! |
Associated PR: jaegertracing/jaeger-operator#1103Associated PR: jaegertracing/jaeger-operator#1115
This PR updates the documentation to mention the capability to specify imagePullSecrets for Jaeger resources.