Update examples of RunnerDeployment in README.md (#913)
The README had some examples of RunnerDeployment with wrong/outdated spec. This caused some pain when trying to create them based on the examples. => Fixed using the spec declared in: api/v1alpha1/runner_types.go
This commit is contained in:
parent
49566aaebd
commit
c33578a041
16
README.md
16
README.md
|
|
@ -575,7 +575,9 @@ kind: RunnerDeployment
|
||||||
metadata:
|
metadata:
|
||||||
name: example-runners
|
name: example-runners
|
||||||
spec:
|
spec:
|
||||||
repository: example/myrepo
|
template:
|
||||||
|
spec:
|
||||||
|
repository: example/myrepo
|
||||||
---
|
---
|
||||||
kind: HorizontalRunnerAutoscaler
|
kind: HorizontalRunnerAutoscaler
|
||||||
spec:
|
spec:
|
||||||
|
|
@ -601,7 +603,9 @@ kind: RunnerDeployment
|
||||||
metadata:
|
metadata:
|
||||||
name: example-runners
|
name: example-runners
|
||||||
spec:
|
spec:
|
||||||
repository: example/myrepo
|
template:
|
||||||
|
spec:
|
||||||
|
repository: example/myrepo
|
||||||
---
|
---
|
||||||
kind: HorizontalRunnerAutoscaler
|
kind: HorizontalRunnerAutoscaler
|
||||||
spec:
|
spec:
|
||||||
|
|
@ -623,7 +627,9 @@ kind: RunnerDeployment
|
||||||
metadata:
|
metadata:
|
||||||
name: example-runners
|
name: example-runners
|
||||||
spec:
|
spec:
|
||||||
organization: myorg
|
template:
|
||||||
|
spec:
|
||||||
|
organization: myorg
|
||||||
---
|
---
|
||||||
kind: HorizontalRunnerAutoscaler
|
kind: HorizontalRunnerAutoscaler
|
||||||
spec:
|
spec:
|
||||||
|
|
@ -649,7 +655,9 @@ kind: RunnerDeployment
|
||||||
metadata:
|
metadata:
|
||||||
name: example-runners
|
name: example-runners
|
||||||
spec:
|
spec:
|
||||||
repository: example/myrepo
|
template:
|
||||||
|
spec:
|
||||||
|
repository: example/myrepo
|
||||||
---
|
---
|
||||||
kind: HorizontalRunnerAutoscaler
|
kind: HorizontalRunnerAutoscaler
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue