mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 12:06:57 +00:00
fixed indent in a README example (#2725)
This commit is contained in:
@@ -78,7 +78,7 @@ spec:
|
|||||||
- hostPath:
|
- hostPath:
|
||||||
path: /mnt/disks/ssd0
|
path: /mnt/disks/ssd0
|
||||||
name: tmp
|
name: tmp
|
||||||
ephemeral: true # VERY important. otherwise data inside the workdir and /tmp is not cleared between builds
|
ephemeral: true # VERY important. otherwise data inside the workdir and /tmp is not cleared between builds
|
||||||
```
|
```
|
||||||
|
|
||||||
### Docker image layers caching
|
### Docker image layers caching
|
||||||
@@ -202,4 +202,4 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 10Gi
|
storage: 10Gi
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user