fix k8s crd to read contentType middleware into dynamic config

Co-authored-by: John Pekcan <apekcan@ea.com>
This commit is contained in:
John Pekcan 2020-07-13 05:30:03 -05:00 committed by GitHub
parent 143e9b6f9c
commit 77a0cef9ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -231,6 +231,7 @@ func (p *Provider) loadConfigurationFromCRD(ctx context.Context, client Client)
Compress: middleware.Spec.Compress,
PassTLSClientCert: middleware.Spec.PassTLSClientCert,
Retry: middleware.Spec.Retry,
ContentType: middleware.Spec.ContentType,
}
}