Update hack_operator_make_run.md (#5025)

Due to the migration of loki-operator to this repo, the crd was renamed
`lokistacks.loki.grafana.com` -> `lokistacks.loki.openshift.io`
pull/5026/head
Ronen Schaffer 3 years ago committed by GitHub
parent 82f8f3c1e5
commit 9d8d91c045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      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:

Loading…
Cancel
Save