Skip to content

Commit

Permalink
Update .changelog/2841.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
  • Loading branch information
absolutelightning and zalimeni authored Sep 6, 2023
1 parent af7e617 commit 124cc4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .changelog/2841.txt
Original file line number Diff line number Diff line change
@@ -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.
```

0 comments on commit 124cc4d

Please sign in to comment.