Skip to content

Commit

Permalink
doc: enhance the README.md to include development instructions.
Browse files Browse the repository at this point in the history
Signed-off-by: Nestor Acuna-Blanco <[email protected]>
  • Loading branch information
nestoracunablanco committed Jul 11, 2024
1 parent 718245d commit aca8efd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ kubectl create rolebinding "${ROLE_BINDING_NAME}" --clusterrole="token.kubevirt.
# Bind ClusterRole to a ServiceAccount
kubectl create rolebinding "${ROLE_BINDING_NAME}" --clusterrole="token.kubevirt.io:generate" --serviceaccount="${SERVICE_ACCOUNT_NAME}"
```

## Development
To develop locally, set the environment variables IMG_REPOSITORY and IMG_TAG (or the variable IMG) to your development repository. Then run make build-container push-container to build the current code and push it into your development repository. Finally, run make deploy to install the development version.

0 comments on commit aca8efd

Please sign in to comment.