Skip to content

Commit

Permalink
Merge pull request operator-framework#358 from aravindhp/patch-1
Browse files Browse the repository at this point in the history
Fix the deploy to kubernetes command in install.md
  • Loading branch information
ecordell authored May 22, 2018
2 parents 7edc396 + 0a64b59 commit 525a7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ To configure a release of OLM for installation in a cluster:
# third arg is the values.yaml file
./scripts/package-release.sh 1.0.0-myolm ./my-olm-deployment my-values.yaml
```
1. Deploy to kubernetes: `kubectl apply -f ./my-olm-deployment`
1. Deploy to kubernetes: `kubectl apply -f ./my-olm-deployment/templates/`


The above steps are automated for official releases with `make ver=0.3.0 release`, which will output new versions of manifests in `deploy/tectonic-alm-operator/manifests/$(ver)`.
Expand Down

0 comments on commit 525a7e9

Please sign in to comment.