Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(chart): template PVC sessions flag properly #1273

Merged
merged 2 commits into from
Sep 20, 2022

Conversation

olevski
Copy link
Member

@olevski olevski commented Sep 14, 2022

The flag that enables/disables the use of PVCs for user sessions was templated only when the corresponding value in the values file was set to "true". Because of this when the value was set to false the environment variable was not templated at all and the default value if the environment variable is missing is "true". This means that it was impossible to use EmptyDir in sessions.

@olevski olevski requested a review from a team as a code owner September 14, 2022 09:16
@olevski olevski added the bug Something isn't working label Sep 14, 2022
@olevski olevski merged commit 8c30639 into master Sep 20, 2022
@olevski olevski deleted the fix-chart-template-PVC-sessions-flag-properly branch September 20, 2022 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants