Skip to content

Commit 042e083

Browse files
Merge pull request #107436 from ronak-dhiravani/patch-1
Value might have been swapped for 2 columns
2 parents 5cad7a6 + c35d8b2 commit 042e083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/azure-csi-blob-storage-provision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ This section provides guidance for cluster administrators who want to create one
240240
|--- | **Following parameters are only for blobfuse** | --- | --- | --- |
241241
|volumeAttributes.secretName | Secret name that stores storage account name and key (only applies for SMB).| | No ||
242242
|volumeAttributes.secretNamespace | Specify namespace of secret to store account key. | `default` | No | Pvc namespace|
243-
|nodeStageSecretRef.name | Specify secret name that stores one of the following:<br> `azurestorageaccountkey`<br>`azurestorageaccountsastoken`<br>`msisecret`<br>`azurestoragespnclientsecret`. | |Existing Kubernetes secret name | No |
243+
|nodeStageSecretRef.name | Specify secret name that stores one of the following:<br> `azurestorageaccountkey`<br>`azurestorageaccountsastoken`<br>`msisecret`<br>`azurestoragespnclientsecret`. | | No |Existing Kubernetes secret name |
244244
|nodeStageSecretRef.namespace | Specify the namespace of secret. | Kubernetes namespace | Yes ||
245245
|--- | **Following parameters are only for NFS protocol** | --- | --- | --- |
246246
|volumeAttributes.mountPermissions | Specify mounted folder permissions. | `0777` | No ||

0 commit comments

Comments
 (0)