Skip to content

Commit

Permalink
revise README section on devfile deployments to include recent changes
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron committed Dec 8, 2023
1 parent 761b0dd commit 3381ea0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,16 @@ From there, push the container image to a container registry of your choice and

### Deploying

The following can be used to deploy a devfile registry locally:
The following can be used to build and deploy a devfile registry locally:

odo V3: `odo deploy`

Prevent odo v3 deployment built images from being pushed by running:

```sh
ODO_PUSH_IMAGES=false odo deploy --var indexPullPolicy=Never
```

### Removing Deployments

Deployments made locally can be deleted using:
Expand Down

0 comments on commit 3381ea0

Please sign in to comment.