From a31357002d929ee676e66f6b20150c0ac19e99b6 Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Thu, 11 Jan 2024 10:25:48 +0100 Subject: [PATCH] fixup readme --- hack/tools/prowjob-gen/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/tools/prowjob-gen/README.md b/hack/tools/prowjob-gen/README.md index e7da4e6bb8db..5333aa130616 100644 --- a/hack/tools/prowjob-gen/README.md +++ b/hack/tools/prowjob-gen/README.md @@ -18,7 +18,7 @@ Flags: When running prowjob-gen, all flags need to be provided. The tool then will iterate over all templates defined in the config file and execute them per configured branch. -The configuration file is supposed to be in yaml format and to be stored inside the [test-infra](github.com/kubernetes/test-infra) +The configuration file is supposed to be in yaml format and to be stored inside the [test-infra](https://github.com/kubernetes/test-infra) repository, we have to make sure it is not getting parsed as configuration for prow. Because of that the top-level key for the configuration file is `prow-ignored:`.