Skip to content

Commit

Permalink
Formatting docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
andream16 committed Oct 22, 2024
1 parent 143b690 commit f73ecb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/dep/dep-002.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ the folder.
All the Tasks listed need to have a unique name and all their parameters need to
be prefixed with the name of the Task. They should not have a namespace value
set, we expect that to be set during the deployment of a pipeline. Each task
must also have a label with key `v1.smithy.smithy-security.com/component` and value one
must also have a label with key
`v1.smithy.smithy-security.com/component` and value one
of the components listed previously.

A pipeline kustomization is free to list an arbitrary amount of components.
Expand Down
4 changes: 2 additions & 2 deletions docs/designs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Smithy has 3 types of components:

Each Task must be labelled with the type of component that is packaged in the
image it references.
The label must have the name `v1.smithy.smithy-security.com/component` and the value
must be one of:
The label must have the name
`v1.smithy.smithy-security.com/component` and the value must be one of:

1. consumer
2. producer
Expand Down

0 comments on commit f73ecb6

Please sign in to comment.