Skip to content

Commit

Permalink
feat: release-please integration
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-o12 committed Feb 15, 2024
1 parent 672ff0a commit af86ec5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,22 @@ https://github.com/actions/actions-runner-controller/blob/master/docs/authentica
# Optional. The name of the runner group to register the scale set in
# You must first create the runner group in the GitHub UI manually before setting it here
#github_runner_group: "default"
# The name of the runner scale set
# This value is effectively a GitHub runs-on label for the runners. Note the runners will not have an "on-prem" label
github_runner_scaleset_name: "arc"
# The storage class name used for the Kubernetes ephemeral volume (temporary PVC/PV) used for the working directory of workflow execution.
# If using k3s/k3d you can use the `local-path` storage class.
github_runner_storage_class: "local-path"
# Optional. The size of the ephemeral volume
# Note, local-path does not enforce storage limits.
#github_runner_storage_size: "1Gi"
# Optional. The maximum number of runners to run concurrently.
#github_runner_max: 5
# Optional. The minimum number of runners to scale down to.
# By default it will scale to zero.
#github_runner_min: 0
Expand Down

0 comments on commit af86ec5

Please sign in to comment.