Skip to content

Commit 92d20b7

Browse files
committed
helm-docs
1 parent 699a2e3 commit 92d20b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/argo-workflows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Fields to note:
231231
| controller.topologySpreadConstraints | list | `[]` | Assign custom [TopologySpreadConstraints] rules to the workflow controller |
232232
| controller.volumeMounts | list | `[]` | Additional volume mounts to the controller main container |
233233
| controller.volumes | list | `[]` | Additional volumes to the controller pod |
234-
| controller.workflowDefaults | object | `{"spec":{"podGC":{"strategy":"OnWorkflowCompletion"},"ttlStrategy":{"secondsAfterCompletion":86400,"secondsAfterFailure":86400,"secondsAfterSuccess":86400}}}` | Default values that will apply to all Workflows from this controller, unless overridden on the Workflow-level. Only valid for 2.7+ |
234+
| 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+ |
235235
| 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. |
236236
| controller.workflowRestrictions | object | `{}` | Restricts the Workflows that the controller will process. Only valid for 2.9+ |
237237
| controller.workflowTTLWorkers | string | `nil` | Number of workflow TTL workers |

0 commit comments

Comments
 (0)