diff --git a/flytepropeller/README.md b/flytepropeller/README.md index 44cbd52319..6e90782d4e 100644 --- a/flytepropeller/README.md +++ b/flytepropeller/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 ```