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
go test -v -run TestAPIs github.com/summerwind/actions-runner-controller/controllers
1173
+
go test -v -run TestAPIs github.com/actions-runner-controller/actions-runner-controller/controllers
1174
1174
```
1175
1175
1176
1176
To run Ginkgo tests selectively, set the pattern of target test names to `GINKGO_FOCUS`.
1177
1177
All the Ginkgo test that matches `GINKGO_FOCUS` will be run.
1178
1178
1179
1179
```bash
1180
1180
GINKGO_FOCUS='[It] should create a new Runner resource from the specified template, add a another Runner on replicas increased, and removes all the replicas when set to 0' \
1181
-
go test -v -run TestAPIs github.com/summerwind/actions-runner-controller/controllers
1181
+
go test -v -run TestAPIs github.com/actions-runner-controller/actions-runner-controller/controllers
Copy file name to clipboardExpand all lines: charts/actions-runner-controller/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ _Default values are the defaults set in the charts values.yaml, some properties
21
21
|`authSecret.github_app_installation_id`| The ID of your GitHub App installation. **This can't be set at the same time as `authSecret.github_token`**||
22
22
|`authSecret.github_app_private_key`| The multiline string of your GitHub App's private key. **This can't be set at the same time as `authSecret.github_token`**||
23
23
|`authSecret.github_token`| Your chosen GitHub PAT token. **This can't be set at the same time as the `authSecret.github_app_*`**||
24
-
|`image.repository`| The "repository/image" of the controller container |summerwind/actions-runner-controller |
24
+
|`image.repository`| The "repository/image" of the controller container |actions-runner-controller/actions-runner-controller |
25
25
|`image.tag`| The tag of the controller container ||
26
26
|`image.dindSidecarRepositoryAndTag`| The "repository/image" of the dind sidecar container | docker:dind|
27
27
|`image.pullPolicy`| The pull policy of the controller image | IfNotPresent |
0 commit comments