diff --git a/docs/bundles/plain.md b/docs/bundles/plain.md index c650d171..16a3659d 100644 --- a/docs/bundles/plain.md +++ b/docs/bundles/plain.md @@ -40,8 +40,8 @@ combines the type of bundle (plain) with the current schema version (v0). The ## Technical Details -* The static manifests must be located in the root-level `/manifests` directory for the bundle to be a - valid `plain+v0` bundle that the provisioner can unpack. +* The [plain bundle provisioner](../provisioners/plain.md) is opinionated and expects the +plain bundle to be located in the root-level `/manifests` directory. * The manifests directory should be flat: all manifests should be at the top-level with no subdirectories. * It is required that `kubectl apply` is able to process all .yaml files in the directory that make up a plain bundle. For example, multi-object YAML files are acceptable, but Ansible playbooks would not be.