diff --git a/.changelog/2841.txt b/.changelog/2841.txt index b42584d0de..73e89860d8 100644 --- a/.changelog/2841.txt +++ b/.changelog/2841.txt @@ -1,4 +1,3 @@ ```release-note:improvement -vault: Adds `namespace` in `secretsBackend.vault.connectCA` in `values.yaml` .This namespace is used for Vault namespace, -this introduces one more way to specify namespace other than `"{"connect": [{ "ca_config": [{ "namespace": "value"}]}]}"` in `connectCA.additionalConfig` +vault: Add `namespace` to `secretsBackend.vault.connectCA` in Helm chart. This provides a more convenient way to specify the Vault namespace than nested JSON in `connectCA.additionalConfig`. ``` diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index fac448739b..98cfdb6ff8 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -206,7 +206,8 @@ global: # Please refer to [Vault ACL policies](https://developer.hashicorp.com/consul/docs/connect/ca/vault#vault-acl-policies) # documentation for information on how to configure the Vault policies. connectCA: - # Vault namespace + # Vault namespace (optional). + # For more details, please refer to [Vault Connect CA configuration](https://developer.hashicorp.com/consul/docs/connect/ca/vault#namespace) namespace: "" # The address of the Vault server.