From a01818316b8d46c5f5134b5a34c40707c2f8c07a Mon Sep 17 00:00:00 2001 From: Michel Peterson Date: Sat, 5 Apr 2025 11:27:31 +0000 Subject: [PATCH] fixed doc --- CONTRIBUTING.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a0fef36..9eabd8a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -101,7 +101,16 @@ docker login ghcr.io ```bash ./hack/build_push.sh ``` -2. + +3. When you deploy, in the `values.yaml` add the following, using the output from the script +```yaml +controller: + driver: + image: ghcr.io/your_user/democratic-csi:your_branch-fc02fc4 +node: + driver: + image: ghcr.io/your_user/democratic-csi:your_branch-fc02fc4 +``` ### Best Practices