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 6d053bee-7ae4e515 #1469

Open
wants to merge 1 commit into
base: main
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 @@ -1233,6 +1233,13 @@ The default is "mikefarah/yq:4".<br/>
<i>Default</i>: mikefarah/yq:4<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>podPriorityClassName</b></td>
<td>string</td>
<td>
PodPriorityClassName defines the priority class name for the Cassandra pods.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#k8ssandraclusterspeccassandrapodsecuritycontext">podSecurityContext</a></b></td>
<td>object</td>
Expand Down Expand Up @@ -5511,6 +5518,13 @@ started, the per-node ConfigMap is mounted and the contents of each entry corres
the pod are merged into their respective configuration files.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>podPriorityClassName</b></td>
<td>string</td>
<td>
PodPriorityClassName defines the priority class name for the Cassandra pods.<br/>
</td>
<td>false</td>
</tr><tr>
<td><b><a href="#k8ssandraclusterspeccassandradatacentersindexpodsecuritycontext">podSecurityContext</a></b></td>
<td>object</td>
Expand Down
Loading