Skip to content

Commit

Permalink
Add missing flag in command
Browse files Browse the repository at this point in the history
  • Loading branch information
valaparthvi committed Sep 21, 2022
1 parent 88329f6 commit 045560b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ odo add binding \
<summary>Sample output:</summary>
```shell
$ odo add binding --service mongodb-instance/PerconaServerMongoDB --name my-go-app-mongodb-instance --bind-as-files=false
$ odo add binding --service mongodb-instance/PerconaServerMongoDB --service-namespace=my-percona-server-mongodb-operator --name my-go-app-mongodb-instance --bind-as-files=false
✓ Successfully added the binding to the devfile.
Run `odo dev` to create it on the cluster.
```
Expand Down

0 comments on commit 045560b

Please sign in to comment.