From b1f827394c99862600f9816e9d34c329b67b9e10 Mon Sep 17 00:00:00 2001 From: "Aya (Igarashi) Ozawa" Date: Mon, 9 Dec 2024 18:16:32 +0900 Subject: [PATCH] chore(doc): fix the indent of the selector usage sample yaml (#1819) Signed-off-by: Aya Igarashi --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index dad9f99f..a8c5a93e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1347,7 +1347,7 @@ helmfiles: - name=prometheus - tier=frontend - path: apps/b-helmfile.yaml # no selector, so all releases are used -selectors: [] + selectors: [] - path: apps/c-helmfile.yaml # parent selector to be used or cli selector for the initial helmfile selectorsInherited: true ```