diff --git a/content/en/docs/Tasks/install-operator-with-olm.md b/content/en/docs/Tasks/install-operator-with-olm.md index f33ce8eb..4e5d664f 100644 --- a/content/en/docs/Tasks/install-operator-with-olm.md +++ b/content/en/docs/Tasks/install-operator-with-olm.md @@ -58,7 +58,7 @@ $ cat og.yaml name: my-group namespace: foo -$ kubectl apply og.yaml +$ kubectl apply -f og.yaml operatorgroup.operators.coreos.com/my-group created ```