Skip to content

Commit

Permalink
Add: cert-manager and letsencrypt into resources certificates (#265)
Browse files Browse the repository at this point in the history
* Add: cert-manager into resources certificates

Signed-off-by: Nicolas Lamirault <[email protected]>

* Add: letsencrypt service

Signed-off-by: Nicolas Lamirault <[email protected]>

* Fix: names of new resources

Signed-off-by: Nicolas Lamirault <[email protected]>

* Fix: remove doc

Signed-off-by: Nicolas Lamirault <[email protected]>

* Add: certificates components

Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault authored Sep 16, 2020
1 parent d46cefe commit 005d637
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
19 changes: 19 additions & 0 deletions diagrams/onprem/certificates.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _OnPrem


class _Certificates(_OnPrem):
_type = "certificates"
_icon_dir = "resources/onprem/certificates"


class CertManager(_Certificates):
_icon = "cert-manager.png"


class LetsEncrypt(_Certificates):
_icon = "lets-encrypt.png"


# Aliases
5 changes: 5 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Node classes list of onprem provider.
- **diagrams.onprem.cd.TektonCli**
- **diagrams.onprem.cd.Tekton**

## onprem.certificates

- **diagrams.onprem.certificates.CertManager**
- **diagrams.onprem.certificates.LetsEncrypt**

## onprem.ci

- **diagrams.onprem.ci.Circleci**, **CircleCI** (alias)
Expand Down
Binary file added resources/onprem/certificates/cert-manager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/onprem/certificates/lets-encrypt.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 005d637

Please sign in to comment.