Make namespace annotation switchable (#177)

This commit is contained in:
Jan Röhrich
2022-04-11 16:22:05 +02:00
committed by GitHub
parent bcdb90f36f
commit 75cb5d47f7
3 changed files with 15 additions and 3 deletions
+4
View File
@@ -94,6 +94,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>annotate-namespace</br></br>(Optional)</td>
<td>Acceptable values: true/false</br>Default value: true</br>Switch whether to annotate the namespace resources object or not</td>
</tr>
</table>
## Usage Examples