Skip to content
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

Upgrade CRD reference 6195f771-aa49a73f #1551

Open
wants to merge 1 commit into
base: docs-v2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,15 @@ Cassandra is a specification of the Cassandra cluster. This includes everything
Networking enables host networking and configures a NodePort ports.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>perNodeConfigInitContainerImage</b></td>
<td>string</td>
<td>
The image to use in each Cassandra pod for the (short-lived) init container that merges global and perNodeConfig configuration. This is only useful when PerNodeConfigMapRef is set. The default is "mikefarah/yq:4".<br/>
<br/>
<i>Default</i>: mikefarah/yq:4<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#k8ssandraclusterspeccassandrapodsecuritycontext">podSecurityContext</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -3812,6 +3821,15 @@ VolumeMount describes a mounting of a Volume within a container.
Networking enables host networking and configures a NodePort ports.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>perNodeConfigInitContainerImage</b></td>
<td>string</td>
<td>
The image to use in each Cassandra pod for the (short-lived) init container that merges global and perNodeConfig configuration. This is only useful when PerNodeConfigMapRef is set. The default is "mikefarah/yq:4".<br/>
<br/>
<i>Default</i>: mikefarah/yq:4<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#k8ssandraclusterspeccassandradatacentersindexpernodeconfigmapref">perNodeConfigMapRef</a></b></td>
<td>object</td>
Expand Down