From 5f271a3050d3732e4daad8f099b1d9594780f9d2 Mon Sep 17 00:00:00 2001 From: Varun Priolkar Date: Thu, 23 Apr 2020 12:57:15 +0530 Subject: [PATCH] Fix code block on additional tweak section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 147989c8..596513c3 100644 --- a/README.md +++ b/README.md @@ -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: ""