Fixed a little typo in Cassandra example Readme

This commit is contained in:
Andrea Cosentino 2016-07-07 17:03:31 +02:00
parent dab8717b41
commit 76b7712686
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ The `selector` attribute contains the controller's selector query. It can be
explicitly specified, or applied automatically from the labels in the pod
template if not set, as is done here.
The pod template's label, `app:cassandra`, matches matches the Service selector
The pod template's label, `app:cassandra`, matches the Service selector
from Step 1. This is how pods created by this replication controller are picked up
by the Service."