Skip to content

Commit

Permalink
Update driver-parameters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Jun 26, 2022
1 parent 2e22be3 commit b4610aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/driver-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ kubectl create secret generic azure-secret --from-literal azurestoragespnclients
- mounting blob storage NFSv3 does not need account key, it requires storage account configured with same vnet with agent node.
- blobfuse does not support private link well, check details [here](https://github.com/Azure/azure-storage-fuse/wiki/2.-Configuring-and-Running#private-link)

#### `containerName` parameter supports following pv/pvc metadata transform
#### `containerName` parameter supports following pv/pvc metadata conversion
> if `containerName` value contains following strings, it would be converted into corresponding pv/pvc name or namespace
- `${pvc.metadata.name}`
- `${pvc.metadata.namespace}`
- `${pv.metadata.name}`
- `${pv.metadata.name}`

0 comments on commit b4610aa

Please sign in to comment.