Skip to content

Commit 3dade16

Browse files
docs: update README.md
1 parent 51bde60 commit 3dade16

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

charts/shield/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,17 @@ The following table lists the configurable parameters of the `shield` chart and
219219
| cluster.validatingwebhookconfiguration.create | Create the validatingwebhookconfiguration resources for the cluster shield | <code>true</code> |
220220
| cluster.tls_certificates.create | Create the TLS certificates for the cluster shield | <code>true</code> |
221221
| cluster.tls_certificates.secret_name | The name of the secret that contains the TLS certificates | <code></code> |
222+
| cluster.tls_certificates.cert_manager.enabled | Enable cert-manager for certificate management | <code>false</code> |
223+
| cluster.tls_certificates.cert_manager.ca.generate | Generate the CA certificate using cert-manager | <code>false</code> |
224+
| cluster.tls_certificates.cert_manager.ca.secret_template | The template for the CA certificate secret (if generate is true) will automatically add the annotation `cert-manager.io/allow-direct-injection: "true"` if not present | <code>{}</code> |
225+
| cluster.tls_certificates.cert_manager.ca.secret_name | The name of the existing CA certificate secret (if generate is false) has to be annotated with `cert-manager.io/allow-direct-injection: "true"` | <code>""</code> |
226+
| cluster.tls_certificates.cert_manager.ca.secret_namespace | The namespace of the existing CA certificate secret (if generate is false) | <code>""</code> |
227+
| cluster.tls_certificates.cert_manager.issuer.generate | Generate the Issuer instead of using an existing one | <code>false</code> |
228+
| cluster.tls_certificates.cert_manager.issuer.name | The name of the existing issuer | <code>""</code> |
229+
| cluster.tls_certificates.cert_manager.issuer.kind | The kind of the existing issuer (Issuer, ClusterIssuer) | <code>Issuer</code> |
230+
| cluster.tls_certificates.cert_manager.issuer.group | The group of the existing issuer | <code>cert-manager.io</code> |
231+
| cluster.tls_certificates.cert_manager.duration | Certificate duration (default: 30 days) | <code>"720h"</code> |
232+
| cluster.tls_certificates.cert_manager.renew_before | How long before expiry to renew (default: 15 days) | <code>"360h"</code> |
222233
| cluster.resources.requests.cpu | The CPU request for the cluster shield | <code>500m</code> |
223234
| cluster.resources.requests.memory | The memory request for the cluster shield | <code>512Mi</code> |
224235
| cluster.resources.limits.cpu | The CPU limit for the cluster shield | <code>1500m</code> |

0 commit comments

Comments
 (0)