From 13f026e12d27b6c42952efd91a28a2e96da6d8ba Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Fri, 21 Feb 2025 11:01:51 +0100
Subject: [PATCH] storage/cifs: Fix markdown fenced codeblocks

---
 docs/kubernetes/storage/cifs.md | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/docs/kubernetes/storage/cifs.md b/docs/kubernetes/storage/cifs.md
index 6044774..355d5c4 100644
--- a/docs/kubernetes/storage/cifs.md
+++ b/docs/kubernetes/storage/cifs.md
@@ -19,7 +19,6 @@
 
 ## juliohm CIFS volume driver
 
-<https://k8scifsvol.juliohm.com.br/>
 <https://github.com/juliohm1978/kubernetes-cifs-volumedriver>
 
 - As of 2021-07: Actively maintained (6 contributors, recent releases, 77 ⭐)
@@ -28,21 +27,21 @@
 
 - requires `cifs-utils` installed on the host
 
-  ```
-  apt-get install -y cifs-utils jq
-  cd kubernetes-cifs-volumedriver/
-  kubectl apply -f install.yaml
-  ```
+```sh
+apt-get install -y cifs-utils jq
+cd kubernetes-cifs-volumedriver/
+kubectl apply -f install.yaml
+```
 
 Verify:
 
-```
+```sh
 kubectl -n default exec -it juliohm-cifs-volumedriver-installer-m96zq ls /flexmnt/juliohm~cifs/cifs
 ```
 
 Remove provisioning container:
 
-```
+```sh
 kubectl delete -f install.yaml
 ```
 
-- 
GitLab