Skip to content

Commit

Permalink
Forgot 1 comment
Browse files Browse the repository at this point in the history
Suggestion: In the ReplicaSet, .spec.template.metadata.labels must match spec.selector, or ...
  • Loading branch information
juandiegopalomino committed Jan 31, 2019
1 parent f5d6396 commit a08dd12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ matchLabels:
tier: frontend
```

The `.spec.template.metadata.labels` must match the `.spec.selector`, or it will
In the ReplicaSet, `.spec.template.metadata.labels` must match `spec.selector`, or it will
be rejected by the API.

### Replicas
Expand Down

0 comments on commit a08dd12

Please sign in to comment.