Skip to content

Commit

Permalink
Merge pull request #77 from yu-iskw/spinnaker
Browse files Browse the repository at this point in the history
Add Spinnaker
  • Loading branch information
mingrammer authored Mar 25, 2020
2 parents a599e2d + 1284fff commit 28926b8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions diagrams/onprem/cd.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _OnPrem


class _Cd(_OnPrem):
_type = "cd"
_icon_dir = "resources/onprem/cd"


class Spinnaker(_Cd):
_icon = "spinnaker.png"


# Aliases
4 changes: 4 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ Node classes list of onprem provider.
- **diagrams.onprem.queue.Rabbitmq**, **RabbitMQ** (alias)
- **diagrams.onprem.queue.Zeromq**, **ZeroMQ** (alias)

## onprem.cd

- **diagrams.onprem.cd.Spinnaker**

## onprem.gitops

- **diagrams.onprem.gitops.Argocd**, **ArgoCD** (alias)
Expand Down
Binary file added resources/onprem/cd/spinnaker.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 28926b8

Please sign in to comment.