UNPKG

@pulumi/kubernetes-cert-manager

Version:

This repo contains the Pulumi Cert Manager component for Kubernetes. This add-on automates the management and issuance of TLS certificates from various issuing sources. It ensures certificates are valid and up to date periodically, and attempts to renew c

32 lines (31 loc) 831 B
{ "name": "@pulumi/kubernetes-cert-manager", "version": "0.2.0", "keywords": [ "pulumi", "kubernetes", "cert-manager", "kind/component", "category/infrastructure" ], "homepage": "https://pulumi.io", "repository": "https://github.com/pulumi/pulumi-kubernetes-cert-manager", "license": "Apache-2.0", "scripts": { "build": "tsc", "install": "node scripts/install-pulumi-plugin.js resource kubernetes-cert-manager 0.2.0" }, "dependencies": { "@pulumi/kubernetes": "^4.0.0", "@pulumi/pulumi": "^3.142.0" }, "devDependencies": { "@types/node": "^14", "typescript": "^4.3.5" }, "pulumi": { "resource": true, "name": "kubernetes-cert-manager", "version": "0.2.0" } }