Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zcahana committed Dec 7, 2020
1 parent 3b4b80f commit 642b8f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/Concepts/crds/CatalogSource.md
Expand Up @@ -9,7 +9,7 @@ The `.spec` of a CatalogSource indicates to how to construct a pod or how to tal

There are three primary types:

- `grpc` with and `image` referece: OLM will pull the image and run the pod, which is expected to serve a compliant api.
- `grpc` with an `image` reference: OLM will pull the image and run the pod, which is expected to serve a compliant api.
- `grpc` with an `address` field: OLM will attempt to contact the grpc api at the given address. This should not be used in most cases.
- `internal` or `configmap`: OLM will parse the configmap's data and spin up a pod that can serve the grpc api over it.

Expand Down Expand Up @@ -40,4 +40,4 @@ spec:
channel: stable
name: my-operator
source: operatorhubio-catalog
```
```
2 changes: 1 addition & 1 deletion content/en/docs/getting-started/_index.md
Expand Up @@ -89,7 +89,7 @@ spec:
targetNamespaces:
- default

$ kubectl apply -f operaotorgroup.yaml
$ kubectl apply -f operatorgroup.yaml
operatorgroup.operators.coreos.com/og-single created
```

Expand Down

0 comments on commit 642b8f7

Please sign in to comment.