Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Wells <dwells@infoblox.com>
  • Loading branch information
drewwells committed Jun 12, 2023
1 parent 202e3c7 commit 3ce6287
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/spire/README.md
Expand Up @@ -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"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/spire/charts/spire-server/README.md
Expand Up @@ -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"` | |
Expand Down

0 comments on commit 3ce6287

Please sign in to comment.