Skip to content

Commit 372a697

Browse files
authored
Complete missing parameters (#333)
Signed-off-by: tianlj <[email protected]>
1 parent c37059c commit 372a697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/Tasks/install-operator-with-olm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $ cat og.yaml
5858
name: my-group
5959
namespace: foo
6060
61-
$ kubectl apply og.yaml
61+
$ kubectl apply -f og.yaml
6262
operatorgroup.operators.coreos.com/my-group created
6363
```
6464

0 commit comments

Comments
 (0)