Skip to content

Commit

Permalink
Spelling fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyklyukin committed Nov 9, 2017
1 parent 4b0c4f1 commit 4d85a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,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 {
Expand Down

0 comments on commit 4d85a62

Please sign in to comment.