Skip to content

Commit 59ec281

Browse files
glabergeci-robot
authored andcommitted
Improves quickstart docs to use latest manifests (#3658)
Upstream-repository: operator-lifecycle-manager Upstream-commit: 458e420bf7d7ccc000d3b1b62567bed2fdd6b1d6
1 parent 36ad306 commit 59ec281

File tree

1 file changed

+2
-2
lines changed
  • staging/operator-lifecycle-manager/doc/install

1 file changed

+2
-2
lines changed

staging/operator-lifecycle-manager/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)