Skip to content

Commit

Permalink
fix typo in prometheus example heading
Browse files Browse the repository at this point in the history
  • Loading branch information
shardulsrivastava committed Jan 28, 2023
1 parent f7e1005 commit 606c761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker run -e SCRIPT=https://raw.githubusercontent.com/keptn/lifecycle-toolkit/m
docker run -e SCRIPT=https://raw.githubusercontent.com/keptn/lifecycle-toolkit/main/functions-runtime/samples/ts/slack.ts -e SECURE_DATA='{ "slack_hook":"hook/parts","text":"this is my test message" }' -it keptnsandbox/klc-runtime:${VERSION}
```

### Docker with function and external secure data - prometheus
### Docker with function and external data - prometheus
```
docker run -e SCRIPT=https://raw.githubusercontent.com/keptn/lifecycle-toolkit/main/functions-runtime/samples/ts/prometheus.ts -e DATA='{ "url":"http://localhost:9090", "metrics": "up{service=\"kubernetes\"}", "expected_value": "1" }' -it keptnsandbox/klc-runtime:${VERSION}
```
Expand Down

0 comments on commit 606c761

Please sign in to comment.