Skip to content

Commit

Permalink
[1.15.x] Update helm docs (#18946)
Browse files Browse the repository at this point in the history
Update helm docs
  • Loading branch information
Chris S. Kim authored Sep 21, 2023
1 parent 333fd20 commit 5c52151
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions website/content/docs/k8s/helm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ Use these links to navigate to a particular top-level stanza.

- `vault` ((#v-global-secretsbackend-vault))

- `vaultNamespace` ((#v-global-secretsbackend-vault-vaultnamespace)) (`string: ""`) - Vault namespace (optional). This sets the Vault namespace for the `vault.hashicorp.com/namespace`
agent annotation and [Vault Connect CA namespace](https://developer.hashicorp.com/consul/docs/connect/ca/vault#namespace).
To override one of these values individually, see `agentAnnotations` and `connectCA.additionalConfig`.

- `enabled` ((#v-global-secretsbackend-vault-enabled)) (`boolean: false`) - Enabling the Vault secrets backend will replace Kubernetes secrets with referenced Vault secrets.

- `consulServerRole` ((#v-global-secretsbackend-vault-consulserverrole)) (`string: ""`) - The Vault role for the Consul server.
Expand Down Expand Up @@ -235,7 +239,6 @@ Use these links to navigate to a particular top-level stanza.
{
"connect": [{
"ca_config": [{
"namespace": "my-vault-ns",
"leaf_cert_ttl": "36h"
}]
}]
Expand Down Expand Up @@ -2359,8 +2362,9 @@ Use these links to navigate to a particular top-level stanza.

- `gateways` ((#v-ingressgateways-gateways)) (`array<map>`) - Gateways is a list of gateway objects. The only required field for
each is `name`, though they can also contain any of the fields in
`defaults`. Values defined here override the defaults except in the
case of annotations where both will be applied.
`defaults`. You must provide a unique name for each ingress gateway. These names
must be unique across different namespaces.
Values defined here override the defaults, except in the case of annotations where both will be applied.

- `name` ((#v-ingressgateways-gateways-name)) (`string: ingress-gateway`)

Expand Down

0 comments on commit 5c52151

Please sign in to comment.