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
We are deploying two oauth2-proxy instances (one for admin access and one for read-only access) using an umbrella Helm chart with two dependencies, like this:
The problem:
For the second dependency in the list, the Redis values are not being overridden as expected, and instead the defaults from the original Redis Helm chart are applied.
This issue did not occur in versions < 8.0, when the chart used Bitnami Redis.
dimapasko, yuiri-sedykh, Hugo-Tuaux, fernandezcuesta and carlosmt86