You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/templates/README.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ By enabling `tls.certs.tlsSecret` the tls secrets are projected on to the correc
147
147
If you wish to supply certificates with [cert-manager][3], set
148
148
149
149
*`tls.certs.certManager` to `yes`/`true`
150
-
*`tls.certs.certManagerIssuer` to an IssuerRef (as they appear in certificate resources) pointing to a clusterIssuer or issuer, you have set up in the cluster
150
+
*`tls.certs.nodeCertManagerIssuer` or `tls.certs.clientCertManagerIssuer` to an IssuerRef (as they appear in certificate resources) pointing to a clusterIssuer or issuer, you have set up in the cluster
151
151
152
152
Example issuer:
153
153
@@ -403,13 +403,16 @@ For details see the [`values.yaml`](values.yaml) file.
403
403
|`tls.certs.selfSigner.readinessWait`| Wait time for each cockroachdb replica to become ready once it comes in running state. Only considered when rotateCerts is set to true |`30s`|
404
404
|`tls.certs.selfSigner.podUpdateTimeout`| Wait time for each cockroachdb replica to get to running state. Only considered when rotateCerts is set to true |`2m`|
405
405
|`tls.certs.certManager`| Provision certificates with cert-manager |`false`|
406
-
|`tls.certs.certManagerIssuer.group`| IssuerRef group to use when generating certificates |`cert-manager.io`|
407
-
|`tls.certs.certManagerIssuer.kind`| IssuerRef kind to use when generating certificates |`Issuer`|
408
-
|`tls.certs.certManagerIssuer.name`| IssuerRef name to use when generating certificates |`cockroachdb`|
409
-
|`tls.certs.certManagerIssuer.clientCertDuration`| Duration of client cert in hours |`672h`|
410
-
|`tls.certs.certManagerIssuer.clientCertExpiryWindow`| Expiry window of client cert means a window before actual expiry in which client cert should be rotated |`48h`|
411
-
|`tls.certs.certManagerIssuer.nodeCertDuration`| Duration of node cert in hours |`8760h`|
412
-
|`tls.certs.certManagerIssuer.nodeCertExpiryWindow`| Expiry window of node certificates means a window before actual expiry in which node certs should be rotated. |`168h`|
406
+
|`tls.certs.clientCertManagerIssuer.group`| IssuerRef group to use when generating client certificates |`cert-manager.io`|
407
+
|`tls.certs.clientCertManagerIssuer.kind`| IssuerRef kind to use when generating client certificates |`Issuer`|
408
+
|`tls.certs.clientCertManagerIssuer.name`| IssuerRef name to use when generating client certificates |`cockroachdb`|
409
+
|`tls.certs.nodeCertManagerIssuer.group`| IssuerRef group to use when generating node certificates |`cert-manager.io`|
410
+
|`tls.certs.nodeCertManagerIssuer.kind`| IssuerRef kind to use when generating node certificates |`Issuer`|
411
+
|`tls.certs.nodeCertManagerIssuer.name`| IssuerRef name to use when generating node certificates |`cockroachdb`|
412
+
|`tls.certs.clientCertManagerIssuer.certDuration`| Duration of client cert in hours |`672h`|
413
+
|`tls.certs.clientCertManagerIssuer.certExpiryWindow`| Expiry window of client cert means a window before actual expiry in which client cert should be rotated |`48h`|
414
+
|`tls.certs.nodeCertManagerIssuer.certDuration`| Duration of node cert in hours |`8760h`|
415
+
|`tls.certs.nodeCertManagerIssuer.certExpiryWindow`| Expiry window of node certificates means a window before actual expiry in which node certs should be rotated. |`168h`|
413
416
|`tls.selfSigner.image.repository`| Image to use for self signing TLS certificates |`cockroachlabs-helm-charts/cockroach-self-signer-cert`|
414
417
|`tls.selfSigner.image.tag`| Image tag to use for self signing TLS certificates |`0.1`|
Copy file name to clipboardExpand all lines: cockroachdb/README.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ By enabling `tls.certs.tlsSecret` the tls secrets are projected on to the correc
148
148
If you wish to supply certificates with [cert-manager][3], set
149
149
150
150
*`tls.certs.certManager` to `yes`/`true`
151
-
*`tls.certs.certManagerIssuer` to an IssuerRef (as they appear in certificate resources) pointing to a clusterIssuer or issuer, you have set up in the cluster
151
+
*`tls.certs.nodeCertManagerIssuer` or `tls.certs.clientCertManagerIssuer` to an IssuerRef (as they appear in certificate resources) pointing to a clusterIssuer or issuer, you have set up in the cluster
152
152
153
153
Example issuer:
154
154
@@ -404,13 +404,16 @@ For details see the [`values.yaml`](values.yaml) file.
404
404
|`tls.certs.selfSigner.readinessWait`| Wait time for each cockroachdb replica to become ready once it comes in running state. Only considered when rotateCerts is set to true |`30s`|
405
405
|`tls.certs.selfSigner.podUpdateTimeout`| Wait time for each cockroachdb replica to get to running state. Only considered when rotateCerts is set to true |`2m`|
406
406
|`tls.certs.certManager`| Provision certificates with cert-manager |`false`|
407
-
|`tls.certs.certManagerIssuer.group`| IssuerRef group to use when generating certificates |`cert-manager.io`|
408
-
|`tls.certs.certManagerIssuer.kind`| IssuerRef kind to use when generating certificates |`Issuer`|
409
-
|`tls.certs.certManagerIssuer.name`| IssuerRef name to use when generating certificates |`cockroachdb`|
410
-
|`tls.certs.certManagerIssuer.clientCertDuration`| Duration of client cert in hours |`672h`|
411
-
|`tls.certs.certManagerIssuer.clientCertExpiryWindow`| Expiry window of client cert means a window before actual expiry in which client cert should be rotated |`48h`|
412
-
|`tls.certs.certManagerIssuer.nodeCertDuration`| Duration of node cert in hours |`8760h`|
413
-
|`tls.certs.certManagerIssuer.nodeCertExpiryWindow`| Expiry window of node certificates means a window before actual expiry in which node certs should be rotated. |`168h`|
407
+
|`tls.certs.clientCertManagerIssuer.group`| IssuerRef group to use when generating client certificates |`cert-manager.io`|
408
+
|`tls.certs.clientCertManagerIssuer.kind`| IssuerRef kind to use when generating client certificates |`Issuer`|
409
+
|`tls.certs.clientCertManagerIssuer.name`| IssuerRef name to use when generating client certificates |`cockroachdb`|
410
+
|`tls.certs.nodeCertManagerIssuer.group`| IssuerRef group to use when generating node certificates |`cert-manager.io`|
411
+
|`tls.certs.nodeCertManagerIssuer.kind`| IssuerRef kind to use when generating node certificates |`Issuer`|
412
+
|`tls.certs.nodeCertManagerIssuer.name`| IssuerRef name to use when generating node certificates |`cockroachdb`|
413
+
|`tls.certs.clientCertManagerIssuer.clientCertDuration`| Duration of client cert in hours |`672h`|
414
+
|`tls.certs.clientCertManagerIssuer.clientCertExpiryWindow`| Expiry window of client cert means a window before actual expiry in which client cert should be rotated |`48h`|
415
+
|`tls.certs.nodeCertManagerIssuer.nodeCertDuration`| Duration of node cert in hours |`8760h`|
416
+
|`tls.certs.nodeCertManagerIssuer.nodeCertExpiryWindow`| Expiry window of node certificates means a window before actual expiry in which node certs should be rotated. |`168h`|
414
417
|`tls.selfSigner.image.repository`| Image to use for self signing TLS certificates |`cockroachlabs-helm-charts/cockroach-self-signer-cert`|
415
418
|`tls.selfSigner.image.tag`| Image tag to use for self signing TLS certificates |`0.1`|
0 commit comments