## `smb.csi.k8s.io` driver parameters This driver only supports static provisioning - Static Provision(use existing smb) > get a quick example [here](../deploy/example/pv-smb-csi.yaml) Name | Meaning | Available Value | Mandatory | Default value --- | --- | --- | --- | --- volumeAttributes.source | SMB server address | `//smb-server-address/sharename`(for [Azure File](https://docs.microsoft.com/en-us/azure/storage/files/storage-files-introduction), format is `//accountname.file.core.windows.net/filesharename`) | Yes | nodeStageSecretRef.name | secret name that stores `username`, `password`(`domain` is optional) | existing secret name | Yes | nodeStageSecretRef.namespace | namespace where the secret is | k8s namespace | No | `default`