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
8
8
9
9
Installing the CRDs first gives them a chance to register before installing the rest, which requires the CRDs exist.
10
10
``` 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
15
13
```
16
14
17
15
## Install a Release
You can’t perform that action at this time.
0 commit comments