Commit 6dbc7bb
Revert to simple testMode boolean check
Revert from string comparison back to simple boolean check. The helm
command order fix (--set after --values) ensures testMode is correctly
set as boolean true, which works with the simple if condition.
The previous string comparison attempt failed with:
"error calling eq: incompatible types for comparison"
because --set testMode=true sets it as a boolean, not a string.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 8eca401 commit 6dbc7bb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments