You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
| <aname="input_repo_name"></a> [repo\_name](#input\_repo\_name)| The name of the repository |`string`| n/a |yes|
90
-
| <aname="input_repo_owner"></a> [repo\_owner](#input\_repo\_owner)| The owner of the repository |`string`| n/a |yes|
91
-
| <aname="input_create_namespace"></a> [create\_namespace](#input\_create\_namespace)| If true, the namespace will be created |`bool`|`true`| no |
92
-
| <aname="input_ephemeral"></a> [ephemeral](#input\_ephemeral)| If true, the runner will be ephemeral |`bool`|`true`| no |
93
-
| <aname="input_job_service_account_name"></a> [job\_service\_account\_name](#input\_job\_service\_account\_name)| The name of the service account for the job |`string`|`"github-actions-job"`| no |
94
-
| <aname="input_labels"></a> [labels](#input\_labels)| The labels for the runner |`list(string)`| <pre>[<br> "k8s",<br> "arc"<br>]</pre> | no |
95
-
| <aname="input_max_count"></a> [max\_count](#input\_max\_count)| The maximum number of runners |`number`|`3`| no |
96
-
| <aname="input_metrics"></a> [metrics](#input\_metrics)| The metrics for the runner |`list(map(string))`| <pre>[<br> {<br> "scaleDownFactor": "0.5",<br> "scaleDownThreshold": "0.25",<br> "scaleUpFactor": "2",<br> "scaleUpThreshold": "0.75",<br> "type": "PercentageRunnersBusy"<br> }<br>]</pre> | no |
97
-
| <aname="input_min_count"></a> [min\_count](#input\_min\_count)| The minimum number of runners |`number`|`1`| no |
98
-
| <aname="input_name"></a> [name](#input\_name)| The name of the runner deployment |`string`|`"github-actions-runner"`| no |
99
-
| <aname="input_namespace"></a> [namespace](#input\_namespace)| The namespace to deploy the runner controller into |`string`|`"github-actions-runner"`| no |
100
-
| <aname="input_runner_image"></a> [runner\_image](#input\_runner\_image)| The image for the runner |`string`|`"summerwind/actions-runner:latest"`| no |
101
-
| <aname="input_runner_service_account_name"></a> [runner\_service\_account\_name](#input\_runner\_service\_account\_name)| The name of the service account for the runner |`string`|`"github-actions-runner"`| no |
102
-
| <aname="input_scale_down_delay_seconds"></a> [scale\_down\_delay\_seconds](#input\_scale\_down\_delay\_seconds)| The number of seconds from scaling out to wait before scaling down |`number`|`300`| no |
103
-
| <aname="input_storage_class_name"></a> [storage\_class\_name](#input\_storage\_class\_name)| The storage class name for the runner |`string`|`"default"`| no |
104
-
| <aname="input_storage_size"></a> [storage\_size](#input\_storage\_size)| The storage size for the runner |`string`|`"100Mi"`| no |
87
+
| Name | Description | Type | Default | Required |
| <aname="input_repo_name"></a> [repo\_name](#input\_repo\_name)| The name of the repository |`string`| n/a |yes |
90
+
| <aname="input_repo_owner"></a> [repo\_owner](#input\_repo\_owner)| The owner of the repository |`string`| n/a |yes |
91
+
| <aname="input_create_namespace"></a> [create\_namespace](#input\_create\_namespace)| If true, the namespace will be created |`bool`|`true`| no|
92
+
| <aname="input_ephemeral"></a> [ephemeral](#input\_ephemeral)| If true, the runner will be ephemeral |`bool`|`true`| no|
93
+
| <aname="input_job_service_account_name"></a> [job\_service\_account\_name](#input\_job\_service\_account\_name)| The name of the service account for the job |`string`|`"github-actions-job"`| no|
94
+
| <aname="input_labels"></a> [labels](#input\_labels)| The labels for the runner |`list(string)`| <pre>[<br> "k8s",<br> "arc"<br>]</pre> | no|
95
+
| <aname="input_max_count"></a> [max\_count](#input\_max\_count)| The maximum number of runners |`number`|`3`| no|
96
+
| <aname="input_metrics"></a> [metrics](#input\_metrics)| The metrics for the runner |`list(map(string))`| <pre>[<br> {<br> "scaleDownFactor": "0.5",<br> "scaleDownThreshold": "0.25",<br> "scaleUpFactor": "2",<br> "scaleUpThreshold": "0.75",<br> "type": "PercentageRunnersBusy"<br> }<br>]</pre> |no|
97
+
| <aname="input_min_count"></a> [min\_count](#input\_min\_count)| The minimum number of runners |`number`|`1`| no|
98
+
| <aname="input_name"></a> [name](#input\_name)| The name of the runner deployment |`string`|`"github-actions-runner"`| no|
99
+
| <aname="input_namespace"></a> [namespace](#input\_namespace)| The namespace to deploy the runner controller into |`string`|`"github-actions-runner"`| no|
100
+
| <aname="input_runner_image"></a> [runner\_image](#input\_runner\_image)| The image for the runner |`string`|`"summerwind/actions-runner:latest"`| no|
101
+
| <aname="input_runner_service_account_name"></a> [runner\_service\_account\_name](#input\_runner\_service\_account\_name)| The name of the service account for the runner |`string`|`"github-actions-runner"`| no|
102
+
| <aname="input_scale_down_delay_seconds"></a> [scale\_down\_delay\_seconds](#input\_scale\_down\_delay\_seconds)| The number of seconds from scaling out to wait before scaling down |`number`|`300`| no|
103
+
| <aname="input_storage_class_name"></a> [storage\_class\_name](#input\_storage\_class\_name)| The storage class name for the runner |`string`|`"default"`| no|
104
+
| <aname="input_storage_size"></a> [storage\_size](#input\_storage\_size)| The storage size for the runner |`string`|`"100Mi"`| no|
0 commit comments