Skip to content

Commit

Permalink
Fix typo in resource-gateway doc (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlark authored and magaldima committed Feb 27, 2019
1 parent 212979c commit d5c4871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateways/core/resource/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
name: resource-gateway-configmap
data:
successWorkflow: |-
namespace: argo-events # namespace where wf is deloyef
namespace: argo-events # namespace where wf is deloyed
group: "argoproj.io" # wf group
version: "v1alpha1" # wf version
kind: "Workflow" # object kind
Expand Down Expand Up @@ -61,4 +61,4 @@ kubectl -n argo-events create -f https://github.com/argoproj/argo-events/blob/ma
```

## Trigger workflow
Create an argo workflow with name `my-workflow`. As soon as `my-workflow` succeeds, a new workflow will be triggered.
Create an argo workflow with name `my-workflow`. As soon as `my-workflow` succeeds, a new workflow will be triggered.

0 comments on commit d5c4871

Please sign in to comment.