Skip to content

Commit ef67340

Browse files
authored
Update driver-parameters.md
1 parent d13ea1e commit ef67340

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/driver-parameters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ nodeStageSecretRef.name | secret name that stores `username`, `password`(`domain
3131
nodeStageSecretRef.namespace | namespace where the secret is | k8s namespace | Yes |
3232

3333
- Use `kubectl create secret` to create `smbcreds` secret to store Samba Server username, password
34+
> append `--from-literal domain="DOMAIN"` if you have a domain
3435
```console
3536
kubectl create secret generic smbcreds --from-literal username=USERNAME --from-literal password="PASSWORD"
3637
```

0 commit comments

Comments
 (0)