File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,8 @@ OLM deployment resources are templated so that they can be easily configured for
88
99Installing 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
You can’t perform that action at this time.
0 commit comments