Skip to content

Commit 0f3a37d

Browse files
committed
fix: generate docs
1 parent 2fd424d commit 0f3a37d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

charts/argo-workflows/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ Fields to note:
242242
| controller.volumeMounts | list | `[]` | Additional volume mounts to the controller main container |
243243
| controller.volumes | list | `[]` | Additional volumes to the controller pod |
244244
| controller.workflowDefaults | object | `{"spec":{"podGC":{"strategy":"OnWorkflowCompletion"},"ttlStrategy":{"secondsAfterCompletion":86400,"secondsAfterFailure":86400}}}` | Default values that will apply to all Workflows from this controller, unless overridden on the Workflow-level. Only valid for 2.7+ |
245-
| controller.workflowDefaults | object | `{}` | Default values that will apply to all Workflows from this controller, unless overridden on the Workflow-level. Only valid for 2.7+ |
246245
| controller.workflowEvents.enabled | bool | `true` | Enable to emit events on workflow status changes. |
247246
| controller.workflowNamespaces | list | `["default"]` | Specify all namespaces where this workflow controller instance will manage workflows. This controls where the service account and RBAC resources will be created. Only valid when singleNamespace is false. |
248247
| controller.workflowRestrictions | object | `{}` | Restricts the Workflows that the controller will process. Only valid for 2.9+ |

0 commit comments

Comments
 (0)