Skip to content

Commit ef1415a

Browse files
authored
Update README.md
1 parent 33845cb commit ef1415a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deploy/example/smb-provisioner/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
## Set up a Samba Server and a deployment to access Samba Server on a Kubernetes cluster
1+
## Set up a Samba Server on a Kubernetes cluster
22
This page will show you how to set up a Samba Server deployment on a Kubernetes cluster.
33
> file share data is stored on local disk.
44
5-
### Set up a Samba Server
6-
- Use `kubectl create secret` to create `smbcreds` secret to store Samba Server username, password
5+
- Use `kubectl create secret` to create `smbcreds` secret storing Samba Server username, password
76
```console
87
kubectl create secret generic smbcreds --from-literal username=USERNAME --from-literal password="PASSWORD"
98
```

0 commit comments

Comments
 (0)