Spelling fix.

This commit is contained in:
Oleksii Kliukin 2017-11-09 17:12:27 +01:00 committed by Oleksii Kliukin
parent 55dc12e512
commit 1c5451cd7d
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ func (c *Cluster) compareStatefulSetWith(statefulSet *v1beta1.StatefulSet) *comp
}
if !reflect.DeepEqual(container1.EnvFrom, container2.EnvFrom) {
needsRollUpdate = true
reasons = append(reasons, "new statefulset's container environment sources doesn't match the current one")
reasons = append(reasons, "new statefulset's container environment sources don't match the current one")
}
if needsRollUpdate || needsReplace {