-
Notifications
You must be signed in to change notification settings - Fork 60
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: add support for imagePullPolicy for installer daemonsets (#395) #396
fix: add support for imagePullPolicy for installer daemonsets (#395) #396
Conversation
bfab94e
to
9e25c3a
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, thanks @teodor-pripoae!
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, thanks.
@stevenhorsman @fidencio would you be able to re-run the required tests for this PR? |
I've tried closing and re-opening, but it might need a rebase as the jobs have changes since then |
@teodor-pripoae would you be able to rebase the PR? Sorry for the delay :-( |
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
Otoh, may be rebase is not needed. All required tests are passing and this can be merged.. |
40240ab
into
confidential-containers:main
This PR implements support for ImagePullPolicy which is present in the CRD but not actually used (default Always).