Interface: CertManagerInputs

Properties

property type description
acme undefined | object configure acme settings
namespace pulumi.Input‹string› -
provider k8s.Provider -
useStagingACME undefined | false | true if true then the staging ACME api will be used
rather than the production ACME api.
defaults to true
version undefined | string the helm chart version

Optional acme

acme? : undefined | object

configure acme settings

Defined in cert-manager/index.ts:40


Optional namespace

namespace? : pulumi.Input‹string›

Defined in cert-manager/index.ts:26


Optional provider

provider? : k8s.Provider

Defined in cert-manager/index.ts:25


Optional useStagingACME

useStagingACME? : undefined | false | true

if true then the staging ACME api will be used rather than the production ACME api. defaults to true

Defined in cert-manager/index.ts:36


Optional version

version? : undefined | string

the helm chart version

Defined in cert-manager/index.ts:30