Skip to content

Commit 58e9663

Browse files
authored
Merge pull request #1995 from awgreene/operator-group-doc
Fix OperatorGroup Documentation Example
2 parents d540254 + e330680 commit 58e9663

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/design/operatorgroups.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ metadata:
4545
namespace: my-namespace
4646
spec:
4747
selector:
48-
cool.io/prod: "true"
48+
matchLabels:
49+
cool.io/prod: "true"
4950
```
5051
5152
or by explicitly naming target namespaces with the `spec.targetNamespaces` field:

0 commit comments

Comments
 (0)