Skip to content

Commit 852438b

Browse files
committed
Improves quickstart docs to use latest manifests
1 parent 8f204b7 commit 852438b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/install/install.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +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-
wget https://github.com/operator-framework/operator-lifecycle-manager/releases/latest/download/crds.yaml
12-
wget https://github.com/operator-framework/operator-lifecycle-manager/releases/latest/download/olm.yaml
13-
kubectl create -f crds.yaml
14-
kubectl create -f 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
1513
```
1614

1715
## Install a Release

0 commit comments

Comments
 (0)