Skip to content

Commit d12d6a2

Browse files
authored
Merge pull request dockersamples#146 from lucj/master
Incorrect label for worker Deployment in .spec.selector.matchLabels
2 parents 227733f + 52b93bb commit d12d6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s-specifications/worker-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
replicas: 1
1010
selector:
1111
matchLabels:
12-
app: db
12+
app: worker
1313
template:
1414
metadata:
1515
labels:

0 commit comments

Comments
 (0)