Skip to content

Commit 11dfd7b

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request #45606 from caarlos0/patch-2
Automatic merge from submit-queue (batch tested with PRs 45826, 45747, 45548, 45606, 41766) fixed typo in cockroachdb-statefulset.yaml **What this PR does / why we need it**: typo, the syntax was invalid. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note ```
2 parents 1a0c96e + 400b076 commit 11dfd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cockroachdb/cockroachdb-statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ spec:
110110
- weight: 100
111111
podAffinityTerm:
112112
labelSelector:
113-
matchExpress:
113+
matchExpressions:
114114
- key: app
115115
operator: In
116116
values:

0 commit comments

Comments
 (0)