From d2f0fc91f91ca25a2623fe241adbe33897b00629 Mon Sep 17 00:00:00 2001 From: Bryce Palmer Date: Thu, 6 Jul 2023 15:32:07 -0400 Subject: [PATCH] reword directory requirement Signed-off-by: Bryce Palmer --- docs/bundles/plain.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.