mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 07:28:06 +00:00
Update CONTRIBUTING.md after resolving conflicts
This commit is contained in:
@@ -11,7 +11,7 @@ Thank you for your interest in contributing to the 1Password Kubernetes Operator
|
|||||||
eval $(minikube docker-env)
|
eval $(minikube docker-env)
|
||||||
|
|
||||||
# Build the local Docker image for the operator
|
# Build the local Docker image for the operator
|
||||||
make docker-image
|
make docker-build
|
||||||
|
|
||||||
# Deploy the operator
|
# Deploy the operator
|
||||||
make deploy
|
make deploy
|
||||||
@@ -21,7 +21,7 @@ Thank you for your interest in contributing to the 1Password Kubernetes Operator
|
|||||||
```
|
```
|
||||||
|
|
||||||
- After making changes to the code:
|
- After making changes to the code:
|
||||||
1. Rebuild the Docker image by running `make docker-image`
|
1. Rebuild the Docker image by running `make docker-build`
|
||||||
2. Restart deployment `make restart`
|
2. Restart deployment `make restart`
|
||||||
|
|
||||||
- For testing the changes made to the `OnePasswordItem` Custom Resource Definition (CRD), you need to re-generate the object:
|
- For testing the changes made to the `OnePasswordItem` Custom Resource Definition (CRD), you need to re-generate the object:
|
||||||
|
Reference in New Issue
Block a user