-
Feature Request
-
Resolution: Done
-
Minor
-
2.3.4.Final, 2.4.0.CR1
-
None
-
False
-
None
-
False
Feature request or enhancement
The CRD for DebeziumServer does not provide for setting image pull secrets
Which use case/requirement will be addressed by the proposed feature?
In the cases where any modification (e.g. adding jars, libraries, or files) to the running debezium server image is required, the debezium-server image is generally used as a base and extended to apply the appropriate changes. These images, if pushed to a private registry, require access to image pull secrets either via the deployment or service account. Additionally, in some deployment use cases it may be required to pull images solely from a private repository.
Implementation ideas (optional)
Have operator pass image secrets to the DS service account so that the deployments use the service accounts credentials, or pass them directly into the deployment that is created. Additionally, or alternatively, have the ability to set image pull secrets directly on the DS deployment in the values.yaml.