I have an envGroup:dev. I’d like many services to share those variables, but I’d like to override one of the variables for a specific service without creating a new envGroup.
If I have a service that references the dev envGroup, and declare another env var with the same key for the service, will it override the envGroup one? Or do envGroups take precedence over individual keys?