Aaron Weisberg

Results 3 issues of Aaron Weisberg

Apparently `add_http_[request|response]_header` appends the new value to any pre-existing values whereas `set_http_[request|response]_header` fully overrides any previous values. Seems reasonable and intuitive. However it appears that the plural version of set...

Hey, I think it would be awesome to have the option of pulling values files over http/s and git ssh. Something like: ``` values: - https://some-url.com/master/values.yaml.gotmpl - git://[email protected]:org/repo.git//branch/path/to/values.yaml - ./local-values.yaml...

feature request

# Summary The objective is to enable controlled transitions of specific HTTP endpoint(s) from one service (legacy) to another service (new), both implementing the same HTTP API. This proposal aims...

enhancement
no-issue-activity