Skip to content

Commit f1fb388

Browse files
ShimHyesuevilnickStarfallProjects
authored
[Docs] fix typo (#2838)
Co-authored-by: Nick Veitch <[email protected]> Co-authored-by: Deborah Barnard <[email protected]>
1 parent 3a9b8eb commit f1fb388

File tree

1 file changed

+2
-1
lines changed
  • docs/hosting/installation/server-setups

1 file changed

+2
-1
lines changed

docs/hosting/installation/server-setups/aws.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ For larger scale n8n deployments, Postgres provides a more robust database backe
5858

5959
### Configure volume for persistent storage
6060

61-
To maintain data between pod restarts, the Postgres deployment needs a persistent volume. The default AWS storage class, [gp2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/general-purpose.html#EBSVolumeTypes_gp2), is suitable for this purpose. This is defined in the `postgres-claaim0-persistentvolumeclaim.yaml` manifest.
61+
To maintain data between pod restarts, the Postgres deployment needs a persistent volume. The default AWS storage class, [gp2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/general-purpose.html#EBSVolumeTypes_gp2), is suitable for this purpose. This is defined in the `postgres-claim0-persistentvolumeclaim.yaml` manifest.
62+
6263

6364
```yaml
6465

0 commit comments

Comments
 (0)