more wording

This commit is contained in:
georglauterbach 2024-03-09 17:13:16 +01:00
parent 8c39bdc3fd
commit cb704d5c61
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ When you do not want to or you cannot use Helm, below is a simple starting point
=== "`PersistentVolumeClaim`"
To persist data externally from the DMS container, configure a `PersistentVolumeClaim` (PVC). Make sure you have a storage provisioner and that you choose the correct `storageClassName`.
To persist data externally from the DMS container, configure a `PersistentVolumeClaim` (PVC). Make sure you have a storage system (like Longhorn, Rook, etc.) and that you choose the correct `storageClassName` (according to your storage system).
```yaml
---