From eef79d37874fbe28c360c44c697dc2c0eee12d4d Mon Sep 17 00:00:00 2001 From: Kevin Fox Date: Tue, 26 Dec 2023 12:26:29 -0800 Subject: [PATCH] Fix docs Signed-off-by: Kevin Fox --- charts/spire/charts/spiffe-oidc-discovery-provider/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/spire/charts/spiffe-oidc-discovery-provider/README.md b/charts/spire/charts/spiffe-oidc-discovery-provider/README.md index bb39c7767..4898308ae 100644 --- a/charts/spire/charts/spiffe-oidc-discovery-provider/README.md +++ b/charts/spire/charts/spiffe-oidc-discovery-provider/README.md @@ -50,7 +50,7 @@ A Helm chart to install the SPIFFE OIDC discovery provider. | `podAnnotations` | Pod annotations for Spire OIDC discovery provider | `{}` | | `tls.spire.enabled` | Use spire to secure the oidc-discovery-provider | `true` | | `tls.externalSecret.enabled` | Provide your own certificate/key via tls style Kubernetes Secret | `false` | -| `tls.externalSecret.secretName` | Specify which secret to use | `""` | +| `tls.externalSecret.secretName` | Specify which Secret to use | `""` | | `tls.certManager.enabled` | Use certificateManager to create the certificate | `false` | | `tls.certManager.issuer.create` | Create an issuer to use to issue the certificate | `true` | | `tls.certManager.issuer.acme.email` | Must be set in order to register with LetsEncrypt. By setting, you agree to their Terms of Service | `""` |