-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: cert-manager and letsencrypt into resources certificates (#265)
* 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
1 parent
d46cefe
commit 005d637
Showing
4 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.