forgot ports

This commit is contained in:
Matt Ward 2018-06-02 04:37:13 +00:00
parent 20a8348f95
commit 232359d262
1 changed files with 1 additions and 0 deletions

View File

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