diff --git a/charts/spire/README.md b/charts/spire/README.md index 05ae32071..974b9f1ab 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -400,8 +400,8 @@ Now you can interact with the Spire agent socket from your own application. The | spire-server.tornjak.startupProbe.successThreshold | int | `1` | | | spire-server.tornjak.startupProbe.timeoutSeconds | int | `5` | | | spire-server.trustDomain | string | `"example.org"` | Set the trust domain to be used for the SPIFFE identifiers | -| spire-server.upstreamAuthority.certManager.createCA | bool | `false` | | -| spire-server.upstreamAuthority.certManager.enabled | bool | `true` | | +| spire-server.upstreamAuthority.certManager.createCA | bool | `false` | Creates a Cert-manager CA | +| spire-server.upstreamAuthority.certManager.enabled | bool | `false` | | | spire-server.upstreamAuthority.certManager.issuer_group | string | `"cert-manager.io"` | | | spire-server.upstreamAuthority.certManager.issuer_kind | string | `"Issuer"` | | | spire-server.upstreamAuthority.certManager.issuer_name | string | `"spire-server-ca"` | | diff --git a/charts/spire/charts/spire-server/README.md b/charts/spire/charts/spire-server/README.md index 1d9448039..3f5fe301b 100644 --- a/charts/spire/charts/spire-server/README.md +++ b/charts/spire/charts/spire-server/README.md @@ -146,8 +146,8 @@ A Helm chart to install the SPIRE server. | tornjak.startupProbe.successThreshold | int | `1` | | | tornjak.startupProbe.timeoutSeconds | int | `5` | | | trustDomain | string | `"example.org"` | Set the trust domain to be used for the SPIFFE identifiers | -| upstreamAuthority.certManager.createCA | bool | `false` | | -| upstreamAuthority.certManager.enabled | bool | `true` | | +| upstreamAuthority.certManager.createCA | bool | `false` | Creates a Cert-manager CA | +| upstreamAuthority.certManager.enabled | bool | `false` | | | upstreamAuthority.certManager.issuer_group | string | `"cert-manager.io"` | | | upstreamAuthority.certManager.issuer_kind | string | `"Issuer"` | | | upstreamAuthority.certManager.issuer_name | string | `"spire-server-ca"` | |