Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

softwaremill/helm-cert-manager-issuers-letsencrypt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

helm-cert-manager-issuers-letsencrypt

Helm chart to install a Let's Encrypt cluster issuer on a Kubernetes cluster

Build Status

Usage

helm repo add cert-manager-issuers-letsencrypt https://rubenv.github.io/helm-cert-manager-issuers-letsencrypt
helm install cert-manager-issuers-letsencrypt cert-manager-issuers-letsencrypt/cert-manager-issuers-letsencrypt

Configuration

The following table lists the configurable parameters of the cert-manager-issuers-letsencrypt chart and their default values.

Parameter Description Default
dnsSolvers DNS solver configuration block ``
staging true if staging ACME URL should be used false
clusterIssuerName ClusterIssuer name, set to non empty string to override defaults letsencrypt-production-http for staging=false or letsencrypt-staging-http for staging=true
privateKeySecretRef Name of a secret used to store the ACME account private key, set to non empty string to override defaults letsencrypt-production for staging=false or letsencrypt-staging for staging=true

License

This app is distributed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published