From bf8c1291b254b6638d928ec5345cf800a612a119 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Tue, 15 Jul 2025 17:09:21 -0500 Subject: [PATCH] Update CONTRIBUTING.md after resolving conflicts --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84ee1f4..753c22d 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-image + make docker-build # Deploy the operator make deploy @@ -21,7 +21,7 @@ Thank you for your interest in contributing to the 1Password Kubernetes Operator ``` - 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` - For testing the changes made to the `OnePasswordItem` Custom Resource Definition (CRD), you need to re-generate the object: