chore(doc): fix the indent of the selector usage sample yaml (#1819)

Signed-off-by: Aya Igarashi <ladiclexxx@gmail.com>
This commit is contained in:
Aya (Igarashi) Ozawa 2024-12-09 18:16:32 +09:00 committed by GitHub
parent 1b4d778009
commit b1f827394c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
```