Skip to content

Commit

Permalink
fix pass test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwithoos committed Aug 30, 2022
1 parent 94b843a commit 6d7ec95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ kind: Deployment
metadata:
name: some-microservice
spec:
selector:
name: some-microservice
template:
metadata:
labels:
name: some-microservice
spec:
containers:
- name: nginx
Expand Down

0 comments on commit 6d7ec95

Please sign in to comment.