Closed bacongobbler closed 7 years ago
@lachie83 and @kmala are potential reviewers of this pull request based on my analysis of git blame
information. Thanks @bacongobbler!
this actually doesn't fix the problem, one sec
there, that should resolve it and charts that flag it with enabled: false
to work as well.
@@ master #298 diff @@
==========================================
Files 6 6
Lines 382 382
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 211 211
Misses 151 151
Partials 20 20
Powered by Codecov. Last update 919d078...a851f66
ci is hitting a template render error:
16:38:28 Installing workflow chart workflow-v2.9.1-20170104233738-sha.cc7dcfa 16:38:29 Error: render error in "workflow/charts/router/templates/router-deployment.yaml": template: workflow/charts/router/templates/router-deployment.yaml:52:7: executing "workflow/charts/router/templates/router-deployment.yaml" at <eq .Values.host_port...>: error calling eq: incompatible types for comparison
Confirming that this doesn't impact me. I'm fine with the default being enabled.
@bacongobbler appreciate you getting a fix in.
Ah so the template originally worked, I'm just being dumb because I thought it was a string rather than a boolean value. Things should be working again. :)
@lachie83 not a problem, thanks for the PR! I know lots of people have asked for something like this.
This was the old default behaviour and is expected. Changing it to disabled by default is a regression. change was introduced in #296
cc @lachie83 for visibility, does this impact you in any way?