项目作者: pacroy
项目描述 :
Helm Chart for ClusterIssuer of Jetstack's cert-manager
高级语言:
项目地址: git://github.com/pacroy/cluster-issuer-helm.git
ClusterIssuer Helm Chart for Jetstack’s cert-manager

Local Installation
helm upgrade --install <release_name> . --namespace=<namespace> --set email=<your@email.com>
Installation from Repository
helm repo add pacroy https://pacroy.github.io/helm-repo
helm repo update
helm upgrade --install <release_name> pacroy/cluster-issuer --namespace=<namespace> --set email=<your@email.com> --set class=<nginx or traefik-cert-manager>