Skip to content

Commit

Permalink
Changing the formula helper messages from cert-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeedroza committed Aug 13, 2021
1 parent 9518c32 commit 5bf57bc
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
4 changes: 4 additions & 0 deletions vkpr/cert-manager/help.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"short": "Manage cert-manager",
"long": "cert-manager is a Kubernetes addon to automate the management and issuance of TLS certificates from various issuing sources.It will ensure certificates are valid and up to date periodically, and attempt to renew certificates at an appropriate time before expiry."
}
1 change: 0 additions & 1 deletion vkpr/cert-manager/install/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"dockerImageBuilder": "ritclizup/rit-shell-bat-builder",
"inputs": [
{
"label": "Type your email to use to generate certificates:",
Expand Down
4 changes: 4 additions & 0 deletions vkpr/cert-manager/install/help.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"short": "Install cert-manager",
"long": "Install the cert-manager in the cluster"
}
3 changes: 0 additions & 3 deletions vkpr/cert-manager/install/set_umask.sh

This file was deleted.

2 changes: 0 additions & 2 deletions vkpr/cert-manager/remove/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

BIN_FOLDER=bin
BINARY_NAME_UNIX=run.sh
BINARY_NAME_WINDOWS=run.bat
ENTRY_POINT_UNIX=main.sh
ENTRY_POINT_WINDOWS=main.bat

#bash-build:
mkdir -p $BIN_FOLDER
Expand Down
1 change: 0 additions & 1 deletion vkpr/cert-manager/remove/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"dockerImageBuilder": "ritclizup/rit-shell-bat-builder",
"inputs": [],
"template": "shell-bat",
"templateRelease:": "2.16.2"
Expand Down
4 changes: 4 additions & 0 deletions vkpr/cert-manager/remove/help.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"short": "Remove cert-manager",
"long": "Remove the cert-manager and its dependencies from the cluster"
}
3 changes: 0 additions & 3 deletions vkpr/cert-manager/remove/set_umask.sh

This file was deleted.

0 comments on commit 5bf57bc

Please sign in to comment.