Skip to content

Commit

Permalink
Upgrade CRD reference
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Dec 8, 2022
1 parent 72dbe44 commit 5b94cb9
Showing 1 changed file with 18 additions and 0 deletions.
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

0 comments on commit 5b94cb9

Please sign in to comment.