Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
remove whitespace for linter
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Palmer <[email protected]>
  • Loading branch information
everettraven committed Jul 6, 2023
1 parent d2f0fc9 commit 9108f8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/bundles/plain.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ combines the type of bundle (plain) with the current schema version (v0). The

## Technical Details

* The [plain bundle provisioner](../provisioners/plain.md) is opinionated and expects the
* 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.
* 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.

## Building a plain bundle
### Prerequisites
Expand Down

0 comments on commit 9108f8b

Please sign in to comment.