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:
Benjamin Gentil
2026-07-27 11:31:25 +02:00
committed by GitHub
parent d38875b150
commit d45faced13
7 changed files with 62 additions and 0 deletions
+7
View File
@@ -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>