Commit 7edcfb19 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 ```
parents c924414b ff1c351c
...@@ -110,7 +110,7 @@ spec: ...@@ -110,7 +110,7 @@ spec:
- weight: 100 - weight: 100
podAffinityTerm: podAffinityTerm:
labelSelector: labelSelector:
matchExpress: matchExpressions:
- key: app - key: app
operator: In operator: In
values: values:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment