-
Notifications
You must be signed in to change notification settings - Fork 598
Added ability to disable base_url in Helm chart #3619
Conversation
Closing this PR because the desired behavior can be attained by setting |
I tested setting |
does setting |
@Code0x58 The issue I ran in when trying something similar to what you suggested, was that |
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.
Looks good with the OR comparison to use the default value.
need to solve the issue of default value
Masterminds/sprig#53 (comment) Helm syntax has no ability to do |
I updated the logic to use more features I learned about Sprig Functions. This latest version will use the single variable. If set to |
This PR adds a new config item to support disabling the
base_url
parameter when installing Heron using the Helm chart.