-
Notifications
You must be signed in to change notification settings - Fork 6
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 extraEnvVars in helm chart #582
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #582 +/- ##
=======================================
Coverage 92.86% 92.86%
=======================================
Files 40 40
Lines 1793 1793
=======================================
Hits 1665 1665
Misses 128 128 ☔ View full report in Codecov by Sentry. |
Maybe naive question but is possible to have written a test that would have caught this? For hyperion we occasionally run our deploy script into |
Yes, but I need to look into it further: #559 |
I think this was required for other edge cases where we're injecting something in values.yaml into extraEnvVars as part of the |
Hmm, it may have been needed for rabbitmq password injection? |
Looking at i22,
Has this been checked if it worked with the {{.Values.scratch.containerPath}} injection? Or are we going to replicate the value here? |
With #520, the |
76d84b8
to
0bda41b
Compare
@DiamondJoseph and @DominicOram are we happy for this to go in? |
Fixes #581
extraEnvVars
was being treated as a string in some places and a list in others. This PR makes it a list everywhere, any values files that look like this should be updated to remove the|
: