Skip to content

Commit

Permalink
[SEBA-999] Fix XOSSH Readme
Browse files Browse the repository at this point in the history
Change-Id: I0896f1867bf9077b4957f589d26f61869209545e
  • Loading branch information
himanshu-bhandari01 committed Jul 15, 2020
1 parent 3e79195 commit e52d3ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.4-dev
4.0.4
4 changes: 2 additions & 2 deletions docs/dev/xossh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ chart:

```shell
cd helm-charts
helm install xos-tools/xossh -n xossh
helm install tools/xossh -n xossh
```

To connect to the `xossh` container, you can use this command (from
the `helm-chart` directory):

```bash
bash xos-tools/xossh/xossh-attach.sh
bash tools/xossh/xossh-attach.sh
```

This will connect to the `grpc` APIs exposed by `xos-core` and start a
Expand Down

0 comments on commit e52d3ea

Please sign in to comment.