add server-side option for kubectl apply commands (#424)

This commit is contained in:
benjamin
2025-07-03 11:15:06 -04:00
committed by GitHub
parent b9529f8427
commit cc1e193d23
8 changed files with 88 additions and 8 deletions
+4
View File
@@ -121,6 +121,10 @@ Following are the key capabilities of this action:
<td>force</br></br>(Optional)</td>
<td>Deploy when a previous deployment already exists. If true then '--force' argument is added to the apply command. Using '--force' argument is not recommended in production.</td>
</tr>
<tr>
<td>server-side </br></br>(Optional)</td>
<td>The apply command runs in the server instead of the client. If true then '--server-side' argument is added to the apply command.</td>
</tr>
<tr>
<td>annotate-resources</br></br>(Optional)</td>
<td>Acceptable values: true/false</br>Default value: true</br>Switch whether to annotate the resources or not. If set to false all annotations are skipped completely.</td>