Skip to content

Commit

Permalink
Merge pull request #1 from codebrick-corp/update-readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
estherk0 committed May 9, 2022
2 parents b9bd786 + b1535f2 commit 82c16dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@


## Installation
### Helm
Please check [values.yaml](https://github.com/codebrick-corp/aws-dms-task-exporter/blob/main/install/charts/values.yaml) file and override values according to your demand.
```shell
# using helm v3
helm install aws-dms-task-exporter install/charts
```

### Docker
```shell
docker run -d \
-p 8080:8080 \
-e AWS_ACCESS_KEY_ID='YOUR AWS KEY ID' \
-e AWS_SECRET_ACCESS_KEY='YOUR AWS SECRET ACCESS KEY' \
ghcr.io/codebrick-corp/aws-dms-task-exporter:main
ghcr.io/codebrick-corp/aws-dms-task-exporter:1.1.0
```

### Local
Expand Down

0 comments on commit 82c16dd

Please sign in to comment.