|
1 | | -# vp-template |
| 1 | +# ocp-certmanager |
2 | 2 |
|
3 | | - |
| 3 | +<!-- markdownlint-disable MD013 --> |
4 | 4 |
|
5 | | -A Helm chart to serve as the Validated Patterns Template |
| 5 | +  |
| 6 | + |
| 7 | +<!-- markdownlint-enable MD013 --> |
| 8 | + |
| 9 | +<!-- markdownlint-disable MD013 --> |
| 10 | + |
| 11 | +A Helm chart to deploy OpenShift cert-manager operator with proper DNS nameserver configuration. |
| 12 | + |
| 13 | +<!-- markdownlint-enable MD013 --> |
6 | 14 |
|
7 | 15 | This chart is used to serve as the template for Validated Patterns Charts |
8 | 16 |
|
9 | 17 | ## Notable changes |
10 | 18 |
|
| 19 | +**Homepage:** <https://github.com/validatedpatterns/ocp-certmanager-chart> |
| 20 | + |
| 21 | +## Maintainers |
| 22 | + |
| 23 | +| Name | Email | Url | |
| 24 | +| ----------------------- | ------------------------------------ | --- | |
| 25 | +| Validated Patterns Team | <validatedpatterns@googlegroups.com> | | |
| 26 | + |
| 27 | +<!-- markdownlint-disable MD013 MD034 MD060 --> |
| 28 | + |
| 29 | +## Values |
| 30 | + |
| 31 | +| Key | Type | Default | Description | |
| 32 | +| ----------------------------------- | ------ | ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 33 | +| 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" | |
| 34 | +| 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. | |
| 35 | +| certmgrOperator.issuers | list | `[]` | Issuers to use for the cert-manager (optional) You can specify multiple issuers for different challenges. | |
| 36 | +| 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 | |
| 37 | +| global | string | depends on the individual settings | Dictionary of the global settings to configure this chart | |
| 38 | +| installerType | string | `"argocd"` | | |
| 39 | +| operatorChannel | string | `"stable-v1"` | String the channel to install cert-manager from (Defaults to "stable-v1") | |
| 40 | + |
| 41 | +<!-- markdownlint-enable MD013 MD034 MD060 --> |
| 42 | + |
11 | 43 | --- |
12 | 44 |
|
13 | 45 | Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) |
0 commit comments