microsoft / bedrock-cli

The CLI for Bedrock
https://microsoft.github.io/bedrock-cli/commands/
MIT License
28 stars 12 forks source link

[Feature request] Specifying ring-level Helm config within bedrock.yaml #60

Open cannibal-kush opened 4 years ago

cannibal-kush commented 4 years ago

I want to be able to specify ring-level configuration for my service's chart within its bedrock.yaml file

So that the developer in control of each service has more direct control over their own service's environment-specific configuration.

It would look like this: image

And would have the same effect as going to the HLD repo and running the command fab set --subcomponent project_name.service_name.ring_name.chart replicaCount=2

I believe this would be a very logical evolution for the usability of ring-level configuration.

Thanks for your time.