diff --git a/operator/docs/hack_operator_make_run.md b/operator/docs/hack_operator_make_run.md index 18929190d6..958cf38fcb 100644 --- a/operator/docs/hack_operator_make_run.md +++ b/operator/docs/hack_operator_make_run.md @@ -21,10 +21,10 @@ _Note:_ This is helpful when you don't want to deploy the Loki Operator image ev make install ``` - This will create a custom resource definition with the name `lokistacks.loki.openshift.io` which can be verified using: + This will create a custom resource definition with the name `lokistacks.loki.grafana.com` which can be verified using: ```console - kubectl get crd lokistacks.loki.openshift.io + kubectl get crd lokistacks.loki.grafana.com ``` * Create a minio deployment in the cluster using: @@ -115,10 +115,10 @@ _Note:_ This is helpful when you don't want to deploy the Loki Operator image ev make install ``` - This will create a custom resource definition with the name `lokistacks.loki.openshift.io` which can be verified using: + This will create a custom resource definition with the name `lokistacks.loki.grafana.com` which can be verified using: ```console - kubectl get crd lokistacks.loki.openshift.io + kubectl get crd lokistacks.loki.grafana.com ``` * Create the `openshift-logging` namespace in the cluster: