File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
terraform-modules/aws/helm/github_runner Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1919 # # This generates a matrix of changed directory to run Terraform on
2020 self_hosted_runner :
2121 # runs-on: ubuntu-latest
22+ # Label from the CRD deployment: https://github.com/actions-runner-controller/actions-runner-controller#runner-labels
2223 runs-on : custom-runner
2324 env :
2425 # The path that you want to construct the matrix on. Only files in this
3334 - name : Runing on self hosted runner
3435 run : |
3536 echo hi
36- ifconfig
37+ ps aux
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ resource "kubernetes_manifest" "runnerDeployment" {
145145 }
146146
147147 spec = {
148- replicas = 2
148+ replicas = 1
149149
150150 template = {
151151 spec = {
You can’t perform that action at this time.
0 commit comments