mirror of
https://github.com/clastix/kamaji.git
synced 2026-08-26 00:47:20 +00:00
feat(api): add automountServiceAccountToken field for control-plane deployment (#1219)
This field allows disabling the automatic mounting of the service account token to the control-plane deployment pods.
This commit is contained in:
@@ -31345,6 +31345,13 @@ Defining the options for the deployed Tenant Control Plane as Deployment resourc
|
||||
More info: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/<br/>
|
||||
</td>
|
||||
<td>false</td>
|
||||
</tr><tr>
|
||||
<td><b>automountServiceAccountToken</b></td>
|
||||
<td>boolean</td>
|
||||
<td>
|
||||
AutomountServiceAccountToken allows to enable the automatic mounting of the service account token to the pods of the Control plane deployment<br/>
|
||||
</td>
|
||||
<td>false</td>
|
||||
</tr><tr>
|
||||
<td><b><a href="#tenantcontrolplanespeccontrolplanedeploymentcontainersecuritycontexts">containerSecurityContexts</a></b></td>
|
||||
<td>object</td>
|
||||
|
||||
Reference in New Issue
Block a user