Skip to content

Commit f6e9c0e

Browse files
committed
Improves quickstart docs to use latest manifests
1 parent ccf0c4c commit f6e9c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/install/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ OLM deployment resources are templated so that they can be easily configured for
88

99
Installing the CRDs first gives them a chance to register before installing the rest, which requires the CRDs exist.
1010
```bash
11-
kubectl create -f deploy/upstream/quickstart/crds.yaml
12-
kubectl create -f deploy/upstream/quickstart/olm.yaml
11+
kubectl create -f https://github.com/operator-framework/operator-lifecycle-manager/releases/latest/download/crds.yaml
12+
kubectl create -f https://github.com/operator-framework/operator-lifecycle-manager/releases/latest/download/olm.yaml
1313
```
1414

1515
## Install a Release

0 commit comments

Comments
 (0)