Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
  • Loading branch information
karl-cardenas-coding and ritawatson authored Sep 28, 2023
1 parent 284b332 commit 1d88b7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/docs-content/registries-and-packs/deploy-pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,10 @@ Ensure you have the following files in the current directory.
### Pack File Structure

Go ahead and review each of the following five files in the pack.
<br />

* **pack.json** - This file contains the pack metadata such as `addonType`, `cloudTypes`, and the `kubeManifests` array that contains the list of manifest files: `layer`, `name`, and `version`. Refer to the [JSON Schema](add-custom-packs.md#json-schema) for a list of attributes and respective data types. The schema validation will happen when you push a pack to the registry.

<br />


```json
{
Expand Down

0 comments on commit 1d88b7d

Please sign in to comment.