microsoft / fabrikate

Making GitOps with Kubernetes easier one component at a time
MIT License
38 stars 5 forks source link

fab set take in a yaml file #190

Closed evanlouie closed 5 years ago

evanlouie commented 5 years ago

As a: operator

I want: fab set... to be able to point to a file akin to a values.yaml file for helm charts

So that: I can more easily pass around configurations between git repos in a flat file and parse them.

Describe the solution you'd like: add a fab set -f option which allows you to pass in a filepath

Describe alternatives you've considered:

Additional context:

bnookala commented 5 years ago

Fixed via https://github.com/microsoft/fabrikate/pull/201