Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit 583bf98

Browse files
authored
update the url of kinesis-trigger manifest (#1176)
1 parent 3320e4a commit 583bf98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/streaming-functions.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Kubeless lets you trigger any Kubeless function in response to ingested records
77
To trigger Kubeless functions in response to ingested records into the AWS kinesis stream you need to deploy Kubeless AWS Kinesis trigger controller. Please use this manifest to deploy Kubeless AWS Kinesis trigger controller.
88

99
```console
10-
kubectl create -f https://github.com/kubeless/kubeless/releases/download/$RELEASE/kinesis-$RELEASE.yaml
10+
export RELEASE=$(curl -s https://api.github.com/repos/kubeless/kinesis-trigger/releases/latest | grep tag_name | cut -d '"' -f 4)
11+
kubectl create -f https://github.com/kubeless/kinesis-trigger/releases/download/$RELEASE/kinesis-$RELEASE.yaml
1112
```
1213

1314
Once you deploy the manifest you shall see Kinesis trigger controller running in the Kubeless namespace as below.

0 commit comments

Comments
 (0)