Evan Louie
Evan Louie
- github.com/timfpark/conjungo - github.com/imdario/mergo should work - github.com/timfpark/yaml - gopkg.in/yaml.v3 should work - Write tests based on existing packages and ensure still pass after swap out
**As a:** Operator **I want:** References to `fab` to be `fabrikate` instead **So that:** the binary that gets automatically injected into my path via `go get -u -v github.com/microsoft/fabrikate` matches...
**Describe the bug:** reported by: @buzzfrog In our main quickstart, the following config causes an error when materialized and `k apply...` is run because the `services` namespaces doesn't exist and...
As an operator, I need to be able to inject runtime values into my component JSON so I can orchestrate dynamic values into my components. Example: ``` { "name": "istio",...
### Expected Behavior I should be able to use app settings and environment variables name which contain double underscores in app setting bindings. ### Actual Behavior The webjobs host cannot...