From 124cc4d3bc7da779995fb7b96ab75ac5a5cbacdd Mon Sep 17 00:00:00 2001 From: Ashesh Vidyut <134911583+absolutelightning@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:28:44 +0530 Subject: [PATCH] Update .changelog/2841.txt Co-authored-by: Michael Zalimeni --- .changelog/2841.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.changelog/2841.txt b/.changelog/2841.txt index d4ce3fc642..1793d60db4 100644 --- a/.changelog/2841.txt +++ b/.changelog/2841.txt @@ -1,5 +1,4 @@ ```release-note:improvement -vault: Adds `secretsBackend.vault.vaultNamespace` value to configure a new value `secretsBackend.vault.connectCA` in the Helm chart and used to append the following value "vault.hashicorp.com/namespace: namespace" to `secretsBackend.vault.agentAnnotations` -secretsBackend.vault.agentAnnotations if "vault.hashicorp.com/namespace" annotation is not present. -This provides a more convenient way to specify the Vault namespace than nested JSON in `connectCA.additionalConfig`. +vault: Adds `secretsBackend.vault.vaultNamespace` to Helm chart. If set, the value will be used in the `vault.hashicorp.com/namespace` annotation under `secretsBackend.vault.agentAnnotations` and the `namespace` field in `connectCA.additionalConfig`, if not already configured by those fields. +This provides a more convenient way to specify a single value for use across multiple fields that configure a Vault namespace. ```