项目作者: pacroy

项目描述 :
Helm Chart for ClusterIssuer of Jetstack's cert-manager
高级语言:
项目地址: git://github.com/pacroy/cluster-issuer-helm.git
创建时间: 2020-05-23T13:45:41Z
项目社区:https://github.com/pacroy/cluster-issuer-helm

开源协议:

下载


ClusterIssuer Helm Chart for Jetstack’s cert-manager

Lint Code Base Test and Publish Chart

Local Installation

  1. helm upgrade --install <release_name> . --namespace=<namespace> --set email=<your@email.com>

Installation from Repository

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