-
Notifications
You must be signed in to change notification settings - Fork 66
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
Extend current ImageConfig to allow more values to images as well as … #505
base: master
Are you sure you want to change the base?
Conversation
PR still missing modifications to ImagePullPolicy for certain imageTypes in the CassandraDatacenter spec.. |
3a90099
to
884800c
Compare
884800c
to
2b79709
Compare
…additional configuration options for each image type Add modified PullPolicy to containers Add ability to restrict pullSecrets added per pod Make internal imageConfig to be non-pointer to allow easier usage in tests Make some pointer accesses safer
a714810
to
fb9eb8c
Compare
@@ -35,11 +34,17 @@ type ImageConfig struct { | |||
|
|||
DefaultImages *DefaultImages `json:"defaults,omitempty"` | |||
|
|||
ImagePolicy |
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.
Question: is this missing json:",inline"
?
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.
No, it doesn't make any difference in this case.
What this PR does:
Part of the implementation of k8ssandra/k8ssandra-operator#532
Which issue(s) this PR fixes:
Fixes k8ssandra/k8ssandra-operator#532
Fixes #636
Checklist