fixed indent in a README example (#2725)

This commit is contained in:
Paweł Rein 2023-07-25 06:45:44 +02:00 committed by GitHub
parent 63a6b5a7f0
commit 9f33ae1507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ spec:
- hostPath:
path: /mnt/disks/ssd0
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
@ -202,4 +202,4 @@ spec:
resources:
requests:
storage: 10Gi
```
```