@grucloud/module-k8s-cert-manager
Version:
Grucloud module for the k8s cert-manager
33 lines (32 loc) • 950 B
JSON
{
"name": "@grucloud/module-k8s-cert-manager",
"version": "13.2.5",
"description": "Grucloud module for the k8s cert-manager",
"main": "iac.js",
"scripts": {
"gen-code": "k8s-manifest2code --input cert-manager.yaml",
"download-manifest": "curl -L -o cert-manager.yaml https://github.com/jetstack/cert-manager/releases/download/v1.10.1/cert-manager.yaml"
},
"author": "",
"license": "ISC",
"dependencies": {
"@grucloud/core": "^13.2.5",
"@grucloud/k8s-manifest2code": "^12.14.1",
"@grucloud/provider-k8s": "^13.2.5",
"js-yaml": "4.1.0",
"rubico": "1.9.6"
},
"homepage": "https://github.com/grucloud/grucloud/tree/main/packages/modules/k8s/cert-manager",
"repository": {
"type": "git",
"url": "https://github.com/grucloud/grucloud"
},
"keywords": [
"k8s",
"SSL",
"Cert Manager",
"Certificate",
"grucloud"
],
"gitHead": "d576f8cdc0390c8d3beb98065a50011cb688668e"
}