Skip to content

Commit

Permalink
Update solution.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko authored Oct 13, 2023
1 parent dab59b7 commit 854d80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/16-api-deprecation/solution/solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
name: data-config
```
Trying to create the Deployment object reveals that another portion of the configuration is required with API version `apps/v1`, the label selector of the template.
Trying to create the Deployment object reveals that you need to define a label selector with API version `apps/v1`.

```
$ kubectl apply -f ./
Expand Down

0 comments on commit 854d80b

Please sign in to comment.