Commit b140fdae authored by Geoff Simmons's avatar Geoff Simmons

Copy ShardParam from the BackendConfig to the VCL spec.

parent 98243aba
......@@ -400,7 +400,8 @@ BCfgs:
vclSvc.Director = &vcl.Director{
Type: vcl.GetDirectorType(
string(bcfg.Spec.Director.Type)),
Rampup: bcfg.Spec.Director.Rampup,
Rampup: bcfg.Spec.Director.Rampup,
ShardParam: bcfg.Spec.Director.ShardParam,
}
if bcfg.Spec.Director.Warmup != nil {
vclSvc.Director.Warmup =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment