Skip to content

Commit 7aaa316

Browse files
authored
Update azure-blob-csi.md
1 parent 9582e51 commit 7aaa316

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/aks/azure-blob-csi.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use Container Storage Interface (CSI) driver for Azure Blob storage on Azure Kubernetes Service (AKS)
33
description: Learn how to use the Container Storage Interface (CSI) driver for Azure Blob storage in an Azure Kubernetes Service (AKS) cluster.
44
ms.topic: article
5-
ms.date: 03/29/2023
5+
ms.date: 04/13/2023
66

77
---
88

@@ -141,9 +141,8 @@ To have a storage volume persist for your workload, you can use a StatefulSet. T
141141
volumeClaimTemplates:
142142
- metadata:
143143
name: persistent-storage
144-
annotations:
145-
volume.beta.kubernetes.io/storage-class: azureblob-nfs-premium
146144
spec:
145+
storageClassName: azureblob-nfs-premium
147146
accessModes: ["ReadWriteMany"]
148147
resources:
149148
requests:
@@ -191,9 +190,8 @@ To have a storage volume persist for your workload, you can use a StatefulSet. T
191190
volumeClaimTemplates:
192191
- metadata:
193192
name: persistent-storage
194-
annotations:
195-
volume.beta.kubernetes.io/storage-class: azureblob-fuse-premium
196193
spec:
194+
storageClassName: azureblob-fuse-premium
197195
accessModes: ["ReadWriteMany"]
198196
resources:
199197
requests:

0 commit comments

Comments
 (0)