Correction on fleet.yaml structure

This commit is contained in:
Mario Manno 2022-12-21 11:44:23 +01:00
parent b7e4a1b34d
commit 917bd22b3e
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ The `fleet.yaml` file adds options to a bundle. Any directory with a `fleet.yaml
A full reference with explanations can be found in [Expected Repo Structure](./gitrepo-structure.md#fleetyaml). A full reference with explanations can be found in [Expected Repo Structure](./gitrepo-structure.md#fleetyaml).
The content of the fleet.yaml corresponds to the [BundleSpec](./ref-crds#bundlespec). The content of the fleet.yaml corresponds to https://github.com/rancher/fleet/blob/master/pkg/bundlereader/read.go#L129-L135, which contains the [BundleSpec](./ref-crds#bundlespec).