From 4deb27b8531789e79527375a64cde1a44c3c133f Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Thu, 10 Jul 2025 17:18:00 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d6c925..84ee1f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -19,7 +19,11 @@ Thank you for your interest in contributing to the 1Password Kubernetes Operator # Remove the operator from K8s 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