Applying configuration in CD pipelines

All configuration changes in Habitat are scoped to a service group Ex: logstash.default. In general, if you wish to apply configuration to a service that exists in a particular channel, you should set the channel and the group to the same name. This will give you many service groups but that is exactly what they are designed to do, segment your service based on environment. So in this example we could have logstash.acceptance watching channel acceptance. You would then apply configuration to the logstash.acceptance group.

@tnargnai @adam sound legit?