Orange-OpenSource / casskop

This Kubernetes operator automates the Cassandra operations such as deploying a new rack aware cluster, adding/removing nodes, configuring the C* and JVM parameters, upgrading JVM and C* versions, and many more...
https://orange-opensource.github.io/casskop/
Apache License 2.0
183 stars 54 forks source link

Allow to configure VolumeMount for backrest-sidecar container #396

Closed AKamyshnikova closed 2 years ago

AKamyshnikova commented 2 years ago

Fixes: #381

Q A
Bug fix? []
New feature? [x]
API breaks? []
Deprecations? []
Related tickets fixes #X, partially #Y, mentioned in #Z
License Apache 2.0

What's in this PR?

In CassandraCluster extend section for BackRestSidecar to pass VolumeMounts.

Why?

Checklist