Skip to content

isabella232/cert-manager-issuers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cert-manager-issuers [WIP]

Why

Due to technical limitations of helm v2, custom resource definitions must be created before a custom resource can be defined. This means that no issuers are included in the cert-manager helm chart, as they would fail to create.

Quickstart

$ helm repo add github-cert-manager-issuers 'https://raw.githubusercontent.com/afirth/cert-manager-issuers/master/'
$ helm install cert-manager-issuers

or if using cloudbuild or the helm docker builder: (https://github.com/GoogleCloudPlatform/cloud-builders-community/tree/master/helm)

$HELM_REPO_NAME=github-cert-manager-issuers
$HELM_REPO_URL=https://raw.githubusercontent.com/afirth/cert-manager-issuers/master/

TODO

move this to a charts repo and host the repo on github pages, or get it into incubator

Contributing

PRs are welcome.

About

Helm chart for Issuers for cert-manager

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smarty 43.3%
  • Makefile 39.9%
  • Shell 16.8%