A base kustomization.yaml must declare which YAML files belong in the build. Which field lists those manifests?
Select an answer to reveal the explanation.
Short Explanation
resources: is the packing list for the moving truck. If a manifest is not on the list, Kustomize will not load it—no mystery includes.
Full Explanation
The resources field enumerates files and directories that participate in the Kustomize build. Without listing a file there (or including it via another base), it is omitted. Fields such as openapi or sortOptions do not replace resources for including application YAML.