From 51c85b7b842e51489b158fb7dcddaefd04f98dec Mon Sep 17 00:00:00 2001 From: Lisa <30621230+aeioulisa@users.noreply.github.com> Date: Tue, 4 Jan 2022 19:47:27 +0800 Subject: [PATCH] Update README.md (#380) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44cbd52319..6e90782d4e 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ To delete a specific workflow ``` To delete all completed workflows - they have to be either success/failed with a special isCompleted label set on them. -The Label is set `here ` +The Label is set [here](https://github.com/flyteorg/flytepropeller/blob/master/pkg/controller/controller.go#L247) ``` $ kubectl-flyte delete --namespace flytekit-development --all-completed @@ -122,7 +122,7 @@ The Label is set `here `. Cd into +use the config.yaml in root found [here](https://github.com/flyteorg/flytepropeller/blob/master/config.yaml). Cd into this folder and then run ```