Skip to content

validatedpatterns/ocp-certmanager-chart

Repository files navigation

ocp-certmanager

Version: 0.2.0 Type: application

A Helm chart to deploy OpenShift cert-manager operator with proper DNS nameserver configuration.

This chart is used to serve as the template for Validated Patterns Charts

Notable changes

Homepage: https://github.com/validatedpatterns/ocp-certmanager-chart

Maintainers

Name Email Url
Validated Patterns Team [email protected]

Values

Key Type Default Description
certmgrOperator.additionalArgs list [] Arguments to pass to the cert-manager controller (optional) Example: additionalArgs: - "--acme-http01-solver-nameservers=8.8.8.8:53,1.1.1.1:53" - "--v=2"
certmgrOperator.credentialsRequests list [] Cloud credentials to use for the cert-manager (optional) You can specify multiple cloud credentials for different cloud providers. Used in combination with the solvers to create the DNS records.
certmgrOperator.issuers list [] Issuers to use for the cert-manager (optional) You can specify multiple issuers for different challenges.
certmgrOperator.nameservers list ["8.8.8.8:53","1.1.1.1:53"] List of DNS server (ip:port strings) for DNS01 challenges. Defaults to [8.8.8.8:53, 1.1.1.1:53]. Necessary for DNS01 ACME solver; openshift's internal split-view DNS servers typically won't work. See: https://cert-manager.io/docs/configuration/acme/dns01/ #setting-nameservers-for-dns01-self-check
global string depends on the individual settings Dictionary of the global settings to configure this chart
installerType string "argocd"
operatorChannel string "stable-v1" String the channel to install cert-manager from (Defaults to "stable-v1")

Autogenerated from chart metadata using helm-docs v1.14.2

About

OpenShift CertManager Helm Chart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors