|
1 | | -# vp-template |
| 1 | +# ocp-certmanager |
2 | 2 |
|
3 | | - |
| 3 | +   |
4 | 4 |
|
5 | | -A Helm chart to serve as the Validated Patterns Template |
| 5 | +A Helm chart to deploy OpenShift cert-manager operator with proper DNS nameserver configuration. |
6 | 6 |
|
7 | 7 | This chart is used to serve as the template for Validated Patterns Charts |
8 | 8 |
|
9 | 9 | ## Notable changes |
10 | 10 |
|
| 11 | +**Homepage:** <https://github.com/validatedpatterns/ocp-certmanager-chart> |
| 12 | + |
| 13 | +## Maintainers |
| 14 | + |
| 15 | +| Name | Email | Url | |
| 16 | +| ----------------------- | ------------------------------------ | --- | |
| 17 | +| Validated Patterns Team | <validatedpatterns@googlegroups.com> | | |
| 18 | + |
| 19 | +## Values |
| 20 | + |
| 21 | +| Key | Type | Default | Description | |
| 22 | +| ----------------------------------- | ------ | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 23 | +| certmgrOperator.additionalArgs | list | `[]` | Arguments for the cert-manager controller (optional). Example: `--acme-http01-solver-nameservers=8.8.8.8:53,1.1.1.1:53`, `--v=2`. | |
| 24 | +| certmgrOperator.credentialsRequests | list | `[]` | Cloud credentials for cert-manager (optional). Multiple credentials can be set for different providers and used by DNS solvers. | |
| 25 | +| certmgrOperator.issuers | list | `[]` | Issuers for cert-manager (optional). Multiple issuers can be set for different challenges. | |
| 26 | +| certmgrOperator.nameservers | list | `["8.8.8.8:53","1.1.1.1:53"]` | DNS servers (`ip:port`) for DNS01 challenges. Defaults to 8.8.8.8:53 and 1.1.1.1:53. See [cert-manager DNS01 nameserver docs](https://cert-manager.io/docs/configuration/acme/dns01/#setting-nameservers-for-dns01-self-check). | |
| 27 | +| global | string | depends on the individual settings | Dictionary of global settings for this chart. | |
| 28 | +| installerType | string | `"argocd"` | | |
| 29 | +| operatorChannel | string | `"stable-v1"` | Channel to install cert-manager from (default: `stable-v1`). | |
| 30 | + |
11 | 31 | --- |
12 | 32 |
|
13 | 33 | Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) |
0 commit comments