You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: include external-config in config initContainer (#1566)
* fix: include external-config in config initContainer
The initContainer to generate the Redis config looks for the external config files
for the targets to add `include` directives for.
The external-config volume must therefore be mounted in this initContainer,
or else the external configs will not be followed by Redis.
Signed-off-by: Daniel Goldman <[email protected]>
* add e2e test
Signed-off-by: drivebyer <[email protected]>
* fix syntax
Signed-off-by: drivebyer <[email protected]>
---------
Signed-off-by: Daniel Goldman <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Co-authored-by: drivebyer <[email protected]>
0 commit comments