From 77a46e3419ba145c23fbfddc17c55542ac1368e0 Mon Sep 17 00:00:00 2001 From: piny940 Date: Wed, 27 Dec 2023 16:03:33 +0900 Subject: [PATCH] fix typo in docs/spec/v1beta3/providers.md Signed-off-by: piny940 (cherry picked from commit f5c0f6d33bf678b0ca9ee6e8a094741459c68c7c) --- docs/spec/v1beta3/providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/v1beta3/providers.md b/docs/spec/v1beta3/providers.md index b674780..81ec3f0 100644 --- a/docs/spec/v1beta3/providers.md +++ b/docs/spec/v1beta3/providers.md @@ -1321,7 +1321,7 @@ spec: name: 'podinfo' ``` -Now you can the trigger tests in the GitHub workflow for app1 in a staging cluster when +Now you can trigger the tests in the GitHub workflow for app1 in a staging cluster when the app1 resources defined in `./app1/staging/` are reconciled by Flux: ```yaml