commit
23538d43b3
|
|
@ -41,6 +41,7 @@ metadata:
|
||||||
name: example-runner
|
name: example-runner
|
||||||
spec:
|
spec:
|
||||||
repository: summerwind/actions-runner-controller
|
repository: summerwind/actions-runner-controller
|
||||||
|
env: []
|
||||||
```
|
```
|
||||||
|
|
||||||
Apply the created manifest file to your Kubernetes.
|
Apply the created manifest file to your Kubernetes.
|
||||||
|
|
@ -89,6 +90,7 @@ spec:
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
repository: mumoshu/actions-runner-controller-ci
|
repository: mumoshu/actions-runner-controller-ci
|
||||||
|
env: []
|
||||||
```
|
```
|
||||||
|
|
||||||
Apply the manifest file to your cluster:
|
Apply the manifest file to your cluster:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue