Skip to content

Commit 29571f1

Browse files
committed
updated
1 parent 8da5039 commit 29571f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/openshift/howto-create-a-storageclass.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create an Azure Files StorageClass on Azure Red Hat OpenShift 4
33
description: Learn how to create an Azure Files StorageClass on Azure Red Hat OpenShift
44
ms.service: azure-redhat-openshift
55
ms.topic: article
6-
ms.date: 10/16/2020
6+
ms.date: 08/28/2023
77
author: johnmarco
88
ms.author: johnmarc
99
keywords: aro, openshift, az aro, red hat, cli, azure file
@@ -85,7 +85,7 @@ kind: StorageClass
8585
apiVersion: storage.k8s.io/v1
8686
metadata:
8787
name: azure-file
88-
provisioner: kubernetes.io/azure-file
88+
provisioner: file.csi.azure.com
8989
mountOptions:
9090
- dir_mode=0777
9191
- file_mode=0777

0 commit comments

Comments
 (0)