From fdb7c10a355eb1dac1f497d46904e89018f7c61a Mon Sep 17 00:00:00 2001 From: MegaShinySnivy Date: Sun, 26 Mar 2023 21:19:30 -0500 Subject: [PATCH] fixing typo and rendering --- docs/kubernetes/persistence/nfs-subdirectory-provider.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/kubernetes/persistence/nfs-subdirectory-provider.md b/docs/kubernetes/persistence/nfs-subdirectory-provider.md index 2776fc9..57d232c 100644 --- a/docs/kubernetes/persistence/nfs-subdirectory-provider.md +++ b/docs/kubernetes/persistence/nfs-subdirectory-provider.md @@ -24,9 +24,8 @@ This storage provider allows you to use an NFS server like a native K8s storage ## Preparation -!!! warning "SQLite hates NFS" - -This recpie assumes you have an NFS server ready to go with a username and a password. Setting this up is outside the current scope of this recipe. This provider is also not to be used for persisting SQLite databases, as storing them on NFS will cause the database to corrupt. +!!! warning "SQLite hates NFS" + This recpie assumes you have an NFS server ready to go with a username and a password. Setting this up is outside the current scope of this recipe. This provider is also not to be used for persisting SQLite databases, as storing them on NFS will cause the database to corrupt. ### HelmRepository