Skip to content

Commit

Permalink
Add missing path on tutorials (#474)
Browse files Browse the repository at this point in the history
Add `02-parameterization` in `example/tutorials'
  • Loading branch information
hongkunyoo authored and VaibhavPage committed Jan 28, 2020
1 parent 1ce40a1 commit a641005
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/tutorials/02-parameterization.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ the gateway, lets see how we can use the event context to parameterize the Argo

1. Update the `Webhook Sensor` and add the `contextKey` for the parameter at index 0.

kubectl -n argo-events apply -f https://raw.githubusercontent.com/argoproj/argo-events/master/examples/tutorials/sensor-01.yaml
kubectl -n argo-events apply -f https://raw.githubusercontent.com/argoproj/argo-events/master/examples/tutorials/02-parameterization/sensor-01.yaml

2. Send a HTTP request to the gateway.

Expand Down Expand Up @@ -91,7 +91,7 @@ print the message.

1. Update the `Webhook Sensor` and add the `dataKey` in the parameter at index 0.

kubectl -n argo-events apply -f https://raw.githubusercontent.com/argoproj/argo-events/master/examples/tutorials/sensor-02.yaml
kubectl -n argo-events apply -f https://raw.githubusercontent.com/argoproj/argo-events/master/examples/tutorials/02-parameterization/sensor-02.yaml

2. Send a HTTP request to the gateway.

Expand Down Expand Up @@ -132,7 +132,7 @@ important when the `key` you defined in the parameter doesn't exist in the event
1. Update the `Webhook Sensor` and add the `value` for the parameter at index 0.
We will also update the `dataKey` to an unknown event key.

kubectl -n argo-events apply -f https://raw.githubusercontent.com/argoproj/argo-events/master/examples/tutorials/sensor-03.yaml
kubectl -n argo-events apply -f https://raw.githubusercontent.com/argoproj/argo-events/master/examples/tutorials/02-parameterization/sensor-03.yaml

2. Send a HTTP request to the gateway.

Expand Down Expand Up @@ -167,7 +167,7 @@ a parameter comes handy.
1. Update the `Webhook Sensor` and add the `operation` in the parameter at index 0.
We will prepend the message to an existing value.

kubectl -n argo-events apply -f https://raw.githubusercontent.com/argoproj/argo-events/master/examples/tutorials/sensor-04.yaml
kubectl -n argo-events apply -f https://raw.githubusercontent.com/argoproj/argo-events/master/examples/tutorials/02-parameterization/sensor-04.yaml


2. Send a HTTP request to the gateway.
Expand Down Expand Up @@ -211,7 +211,7 @@ applying a parameter at the trigger template level.

1. Update the `Webhook Sensor` and add parameters at trigger level.

kubectl -n argo-events apply -f https://raw.githubusercontent.com/argoproj/argo-events/master/examples/tutorials/sensor-05.yaml
kubectl -n argo-events apply -f https://raw.githubusercontent.com/argoproj/argo-events/master/examples/tutorials/02-parameterization/sensor-05.yaml

2. Send a HTTP request to the gateway.

Expand Down

0 comments on commit a641005

Please sign in to comment.