Update CONTRIBUTING.md

This commit is contained in:
Volodymyr Zotov
2025-07-10 17:18:00 -05:00
parent 75e24e9e47
commit 4deb27b853

View File

@@ -11,7 +11,7 @@ Thank you for your interest in contributing to the 1Password Kubernetes Operator
eval $(minikube docker-env)
# Build the local Docker image for the operator
make docker-build
make docker-image
# Deploy the operator
make deploy
@@ -20,6 +20,10 @@ Thank you for your interest in contributing to the 1Password Kubernetes Operator
make undeploy
```
- After making changes to the code:
1. Rebuild the Docker image by running `make docker-image`
2. Restart deployment `make restart`
- For testing the changes made to the `OnePasswordItem` Custom Resource Definition (CRD), you need to re-generate the object:
```sh
make manifests