radanalyticsio / spark-operator

Operator for managing the Spark clusters on Kubernetes and OpenShift.
Apache License 2.0
157 stars 61 forks source link

Added a new optional parameter to the SparkCluster CRD to specify init container image #327

Closed ac74475 closed 3 years ago

ac74475 commented 4 years ago

Description

Very simple change that adds in the ability to configure the init container image used and if not specified then defaults to previous behaviour.

Related Issue

tackles issue #326

Types of changes

:sparkles: New feature (non-breaking change which adds functionality)