Skip to content

Commit

Permalink
Fix code block on additional tweak section
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Priolkar authored Apr 23, 2020
1 parent 6997cc9 commit 5f271a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,15 @@ example-runnerdeploy2475ht2qbr mumoshu/actions-runner-controller-ci Running
You can pass details through the spec selector. Here's an eg. of what you may like to do:

```
apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
name: actions-runner
namespace: default
spec:
replicas: 2
template:
spec:
nodeSelector:
node-role.kubernetes.io/test: ""
Expand Down

0 comments on commit 5f271a3

Please sign in to comment.