fixed doc

This commit is contained in:
Michel Peterson 2025-04-05 11:27:31 +00:00
parent 8700b49f69
commit a01818316b
1 changed files with 10 additions and 1 deletions

View File

@ -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