From be1e70ecc1c2e519be4063af80f5cead7a429049 Mon Sep 17 00:00:00 2001 From: tianlj Date: Thu, 26 Sep 2024 06:59:59 +0000 Subject: [PATCH] Complete missing parameters Signed-off-by: tianlj --- content/en/docs/Tasks/install-operator-with-olm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```