mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-26 22:59:27 +08:00
Add missing README.md and action.yml parameters (#408)
Co-authored-by: Benjamin Bamisile <t-bbamisile@microsoft.com>
This commit is contained in:
@@ -110,7 +110,15 @@ Following are the key capabilities of this action:
|
||||
<td>Acceptable values: true, false</br>Default value: false.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>force </br></br>(Optional)</td>
|
||||
<td>resource-group</br></br>(Optional)</td>
|
||||
<td>Name of resource group - Only required if using private cluster</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>name</br></br>(Optional)</td>
|
||||
<td>Name of the private cluster - Only required if using private cluster</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user