Skip to content

Commit

Permalink
change chart doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanayotov committed Nov 20, 2019
1 parent b7c3363 commit e594138
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions deployment/k8s/charts/service-manager-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,27 @@ You can get `smctl` tool from https://github.com/Peripli/service-manager-cli.

## Installation

From the root folder of this repository, execute:
### Add Peripli helm repo
```bash
helm repo add peripli 'https://peripli.github.io'
```

### Instal Service Manager agent

```bash
# using helm v2.x.x
helm install peripli/service-manager-agent \
--name service-broker-proxy \
--namespace service-broker-proxy \
--set image.tag=<VERSION> \
--set config.sm.url=<SM_URL> \
--set sm.user=<USER> \
--set sm.password=<PASSWORD>
```

```bash
# using helm v2.x.x
helm install charts/service-manager-agent \
helm install peripli/service-manager-agent \
--name service-manager-agent \
--namespace service-manager-agent \
--set image.tag=<VERSION> \
Expand Down

0 comments on commit e594138

Please sign in to comment.