Skip to content

Commit 97f5bb2

Browse files
committed
Reflow the meta description
Signed-off-by: Richard Wall <[email protected]>
1 parent bd2a79b commit 97f5bb2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/docs/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: cert-manager
33
description: |
4-
cert-manager creates TLS certificates for workloads in your Kubernetes or OpenShift cluster
5-
and renews the certificates before they expire.
4+
cert-manager creates TLS certificates for workloads in your Kubernetes or OpenShift cluster and renews the certificates before they expire.
65
---
76

87
cert-manager creates TLS certificates for workloads in your Kubernetes or OpenShift cluster
@@ -16,7 +15,7 @@ With cert-manager's [Certificate resource](usage/certificate.md), the private ke
1615
which is mounted by an application Pod or used by an Ingress controller.
1716
With [csi-driver](usage/csi-driver.md), [csi-driver-spiffe](usage/csi-driver-spiffe.md), or [istio-csr](usage/istio-csr.md) ,
1817
the private key is generated on-demand, before the application starts up;
19-
the private key never leaves the node and it is not stored a Kubernetes Secret.
18+
the private key never leaves the node and it is not stored in a Kubernetes Secret.
2019

2120
![High level overview diagram explaining cert-manager architecture](/images/high-level-overview.svg)
2221

0 commit comments

Comments
 (0)