We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16ba90 commit 6d54b9eCopy full SHA for 6d54b9e
persistent-storage.md
@@ -277,7 +277,7 @@ Fill in the values:
277
- `mountPath` is the path in the container to mount the volume to. For postgres, the database state is
278
stored to the path `/var/lib/postgresql/data`
279
- `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:
+ this because of a quirk with combining `AWS EBS` with Postgres. (If you are curious why:
281
<https://stackoverflow.com/a/51174380>)
282
283
<details>
0 commit comments