From d5c4871c896be955a3e7a70f781acc295be62461 Mon Sep 17 00:00:00 2001 From: Jason Whitlark Date: Wed, 27 Feb 2019 06:03:59 -0800 Subject: [PATCH] Fix typo in resource-gateway doc (#173) --- gateways/core/resource/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gateways/core/resource/install.md b/gateways/core/resource/install.md index 9e2419432c..b41d6cc490 100644 --- a/gateways/core/resource/install.md +++ b/gateways/core/resource/install.md @@ -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 @@ -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. \ No newline at end of file +Create an argo workflow with name `my-workflow`. As soon as `my-workflow` succeeds, a new workflow will be triggered.