Update the stream formatter to display custom unit numbers.
Signed-off-by: Ying Li <ying.li@docker.com> Upstream-commit: a771c16834c92cb39142078c64e253423f0fb4e3 Component: engine
This commit is contained in:
@@ -123,7 +123,7 @@ func MergeSwarmSpecToGRPC(s types.Spec, spec swarmapi.ClusterSpec) (swarmapi.Clu
|
||||
spec.CAConfig.SigningCACert = []byte(s.CAConfig.SigningCACert)
|
||||
}
|
||||
if s.CAConfig.SigningCAKey != "" {
|
||||
// do prpagate the signing CA key here because we want to provide it TO the swarm APIs
|
||||
// do propagate the signing CA key here because we want to provide it TO the swarm APIs
|
||||
spec.CAConfig.SigningCAKey = []byte(s.CAConfig.SigningCAKey)
|
||||
}
|
||||
spec.CAConfig.ForceRotate = s.CAConfig.ForceRotate
|
||||
|
||||
Reference in New Issue
Block a user