fix(argo-workflows): Remove unsupported value (#1302)
* fix(argo-workflows): Add comment about removed flag Signed-off-by: yu-croco <yuki.kita22@gmail.com> * fix(argo-workflows): Remove unsupported value Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
parent
3f72172232
commit
35f9ea8149
4 changed files with 2 additions and 9 deletions
|
|
@ -99,7 +99,6 @@ Fields to note:
|
|||
| controller.podAnnotations | object | `{}` | podAnnotations is an optional map of annotations to be applied to the controller Pods |
|
||||
| controller.podLabels | object | `{}` | Optional labels to add to the controller pods |
|
||||
| controller.podSecurityContext | object | `{}` | SecurityContext to set on the controller pods |
|
||||
| controller.podWorkers | string | `nil` | Number of pod workers |
|
||||
| controller.priorityClassName | string | `""` | Leverage a PriorityClass to ensure your pods survive resource shortages. |
|
||||
| controller.rbac.create | bool | `true` | Adds Role and RoleBinding for the controller. |
|
||||
| controller.replicas | int | `1` | The number of controller pods to run |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue