ports not posts silly

This commit is contained in:
Matt Ward 2018-06-04 21:44:08 +00:00
parent 232359d262
commit beec6e20e1
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ func (c *Cluster) getSidecarContainer(sidecar spec.Sidecar, index int, volumeMou
Resources: *resources,
VolumeMounts: volumeMounts,
Env: env,
Posts: sidecar.Ports,
Ports: sidecar.Ports,
}, nil
}