Support setting ImagePullPolicy in CheCluster #21960
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe
The DevWorkspace Operator allows configuring the image pull policy used for workspace containers through the DevWorkspaceOperatorConfig CR:
However, the only way to configure this for a Che installation is to either
devworkspace-config
DevWorkspaceOperatorConfig in the Che install namespace (used for all Che workspaces), orDescribe the solution you'd like
Che should expose (or reuse?) a field in the CheCluster that allows setting the image pull policy for workspace containers. This field should be propagated to the Che-owned DWOC in its install namespace
Describe alternatives you've considered
Manually editing the DevWorkspaceOperatorConfig created by Che works as well, but is hard to discover as a feature.
Additional context
Related: https://issues.redhat.com/browse/CRW-3357
The text was updated successfully, but these errors were encountered: