From 9f33ae15073d44bef98c87bcaeb05be5532ae352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Rein?= Date: Tue, 25 Jul 2023 06:45:44 +0200 Subject: [PATCH] fixed indent in a README example (#2725) --- docs/using-custom-volumes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/using-custom-volumes.md b/docs/using-custom-volumes.md index 57771c8c..36f4c2bd 100644 --- a/docs/using-custom-volumes.md +++ b/docs/using-custom-volumes.md @@ -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 -``` \ No newline at end of file +```