Skip to content

Commit

Permalink
Add: Tekton CLI (#199)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault authored Jun 13, 2020
1 parent 4335e3d commit 896fd79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/cd.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ class Spinnaker(_Cd):
_icon = "spinnaker.png"


class TektonCli(_Cd):
_icon = "tekton-cli.png"


class Tekton(_Cd):
_icon = "tekton.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Node classes list of onprem provider.
## onprem.cd

- **diagrams.onprem.cd.Spinnaker**
- **diagrams.onprem.cd.TektonCli**
- **diagrams.onprem.cd.Tekton**

## onprem.ci
Expand Down
Binary file added resources/onprem/cd/tekton-cli.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 896fd79

Please sign in to comment.