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:
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.
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:
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.