From 9d9784285ba5b9ae4cfa8294d57f95032ad2f834 Mon Sep 17 00:00:00 2001 From: Ariel Kass Date: Tue, 17 Sep 2024 09:24:26 +0300 Subject: [PATCH] fix 'Creating a StorageClass' documentation issue with command formatting --- docs/content/configuration/creating_volumestorageclass.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/content/configuration/creating_volumestorageclass.md b/docs/content/configuration/creating_volumestorageclass.md index 15da6f4f8..7317f7873 100644 --- a/docs/content/configuration/creating_volumestorageclass.md +++ b/docs/content/configuration/creating_volumestorageclass.md @@ -71,8 +71,6 @@ Use the `SpaceEfficiency` parameters for each storage system, as defined in the Apply the storage class. - ``` - kubectl apply -f .yaml - ``` + kubectl apply -f .yaml -The `storageclass.storage.k8s.io/ created` message is emitted. \ No newline at end of file +The `storageclass.storage.k8s.io/ created` message is emitted.