From 3055c846dfe32144fbf017c20ad90485a089e2a5 Mon Sep 17 00:00:00 2001 From: "Matthew M. Keeler" Date: Thu, 11 May 2023 15:18:07 -0400 Subject: [PATCH] docs: Update CHANGELOG with volumeName removal (#40) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4a566..ece9c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ All notable changes to the LaunchDarkly Relay Proxy Helm Chart will be documente ### Fixed: - Fix name collision when setting multiple secret values as volume mounts. +### Removed: +- `relay.secrets.volumeName` is no longer used when mounting secrets as volumes as all secrets as mounted within a shared volume. + ## [2.2.0] - 2023-04-27 ### Added: - Support setting environment variables directly on the container spec through `relay.environmentVariables`. This enables more complex variable definitions. (Thanks, [uristernik](https://github.com/launchdarkly/ld-relay-helm/pull/34)!)