diff --git a/ee/ucp/admin/configure/use-nfs-volumes.md b/ee/ucp/admin/configure/use-nfs-volumes.md index 694910ca5b..d644f07a82 100644 --- a/ee/ucp/admin/configure/use-nfs-volumes.md +++ b/ee/ucp/admin/configure/use-nfs-volumes.md @@ -207,9 +207,7 @@ The claims in this file make no reference to a particular storage class, so they bind to any available volumes that can satisfy the storage request. In this example, both claims request `20Gi` of storage. -NOTE: Ensure that the storageClassName key is populated, in the persistent -claim itself, if you are attempting to use a specific persistent volume and -not let Kubernetes choose at random. +> NOTE: If you are attempting to use a specific persistent volume and not let Kubernetes choose at random, ensure that the `storageClassName` key is populated in the persistent claim itself. ```yaml apiVersion: v1