nicknezis commented on pull request #3619: URL: https://github.com/apache/incubator-heron/pull/3619#issuecomment-697873473
I updated the logic to use more features I learned about [Sprig Functions](http://masterminds.github.io/sprig/). This latest version will use the single variable. If set to `"-"` it will use the full k8s proxy URL. I've made this the default. If a user sets the `heron.url` to any string, it will set that as the value. This includes the empty string case `""`. The third option that I needed was the ability to disable the `base_url` parameter. This can now be achieved by setting `heron.url: null`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
