andyrhee
andyrhee
We use hash_behaviour=merge (e.g. in ansible.cfg) in our roles heavy env. In this case, it would be helpful to show the resulting dictionary as additive instead of exclusive. For example,...
When I run the following, I get the error: ``` $ kubectl apply -f kubernetes/validating-webhook-configuration.yaml error: error validating "kubernetes/validating-webhook-configuration.yaml": error validating data: ValidationError(ValidatingWebhookConfiguration): unknown field "webHooks" in io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration; if you...