Skip to content

Commit 3ea6b60

Browse files
committed
feat(k8s): sfs
1 parent 4c7c9b2 commit 3ea6b60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/kubernetes/how-to/use-sfs-with-kubernetes.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The CSI driver supports dynamic provisioning of Persistent Volumes (PVs) and Per
7979
- ReadWriteMany
8080
resources:
8181
requests:
82-
storage: 100Gi
82+
storage: 100G
8383
storageClassName: scw-fs
8484
```
8585
@@ -135,7 +135,7 @@ The CSI driver supports dynamic provisioning of Persistent Volumes (PVs) and Per
135135
name: test-pv
136136
spec:
137137
capacity:
138-
storage: 100Gi
138+
storage: 100G
139139
volumeMode: Filesystem
140140
accessModes:
141141
- ReadWriteMany
@@ -173,7 +173,7 @@ The CSI driver supports dynamic provisioning of Persistent Volumes (PVs) and Per
173173
- ReadWriteMany
174174
resources:
175175
requests:
176-
storage: 100Gi
176+
storage: 100G
177177
storageClassName: scw-fs
178178
volumeName: test-pv
179179
```
@@ -252,7 +252,7 @@ The CSI driver supports dynamic provisioning of Persistent Volumes (PVs) and Per
252252
- ReadWriteMany
253253
resources:
254254
requests:
255-
storage: 100Gi
255+
storage: 100G
256256
storageClassName: my-default-storage-class
257257
```
258258

0 commit comments

Comments
 (0)