Nit: Fix typo in param guide (#595)
* nit: fix typo in param guide Signed-off-by: pratik-lotia <[email protected]> * Update charts/spire/charts/spire-server/values.yaml Co-authored-by: Faisal Memon <[email protected]> Signed-off-by: Pratik Lotia <[email protected]> * Update docs Signed-off-by: Faisal Memon <[email protected]> --------- Signed-off-by: pratik-lotia <[email protected]> Signed-off-by: Pratik Lotia <[email protected]> Signed-off-by: Faisal Memon <[email protected]> Co-authored-by: Faisal Memon <[email protected]>
This commit is contained in:
co-authored by
Faisal Memon
parent
0b906b6754
commit
ffe4390136
@@ -159,7 +159,7 @@ In order to run Tornjak with simple HTTP Connection only, make sure you don't cr
|
||||
| `jwtIssuer` | The JWT issuer domain. Defaults to oidc-discovery.$trustDomain if unset | `""` |
|
||||
| `clusterName` | Set the name of the Kubernetes cluster. (`kubeadm init --service-dns-domain`) | `example-cluster` |
|
||||
| `trustDomain` | Set the trust domain to be used for the SPIFFE identifiers | `example.org` |
|
||||
| `bundleConfigMap` | Set the trust domain to be used for the SPIFFE identifiers | `spire-bundle` |
|
||||
| `bundleConfigMap` | Set the Configmap name for SPIRE bundle | `spire-bundle` |
|
||||
| `clusterDomain` | This is the value of your clusters `kubeadm init --service-dns-domain` flag | `cluster.local` |
|
||||
| `federation.enabled` | Flag to enable federation | `false` |
|
||||
| `federation.bundleEndpoint.port` | Port value for trust bundle federation | `8443` |
|
||||
|
||||
@@ -236,7 +236,7 @@ clusterName: example-cluster
|
||||
## @param trustDomain Set the trust domain to be used for the SPIFFE identifiers
|
||||
trustDomain: example.org
|
||||
|
||||
## @param bundleConfigMap Set the trust domain to be used for the SPIFFE identifiers
|
||||
## @param bundleConfigMap Set the Configmap name for SPIRE bundle
|
||||
bundleConfigMap: spire-bundle
|
||||
|
||||
## @param clusterDomain This is the value of your clusters `kubeadm init --service-dns-domain` flag
|
||||
|
||||
Reference in New Issue
Block a user