-
Notifications
You must be signed in to change notification settings - Fork 62
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
test: fix unset variable in preconfig integration test #542
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #542 +/- ##
========================================
Coverage 94.40% 94.40%
========================================
Files 22 22
Lines 1125 1125
========================================
Hits 1062 1062
Misses 63 63 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
happy to approve this. however, does it actually cause an error?
if so, please update the description...
@xopham I'm pretty sure that it was intended to actually replace the value for the |
Thx for updating 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
It seems that the issue was introduced in #497, but as |
As the actual update of the config values happens in its own bash function, the
IPP
variable is no longer set when performing the values.yaml update resulting in an empty value in the yaml file (imagePullPolicy: ""
).Fixes #
Description
Checklist
develop
values.yaml
andChart.yaml
(if necessary)