Skip to content

Commit 6d54b9e

Browse files
jbrejnerCopilot
andauthored
Update persistent-storage.md
Co-authored-by: Copilot <[email protected]>
1 parent b16ba90 commit 6d54b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

persistent-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Fill in the values:
277277
- `mountPath` is the path in the container to mount the volume to. For postgres, the database state is
278278
stored to the path `/var/lib/postgresql/data`
279279
- `subPath` should be `postgres`, and specifies a directory to be created within the volume. We need
280-
this because of a quirk with combining `AWS EBS` with Postgres. (If you are curious, why:
280+
this because of a quirk with combining `AWS EBS` with Postgres. (If you are curious why:
281281
<https://stackoverflow.com/a/51174380>)
282282

283283
<details>

0 commit comments

Comments
 (0)