Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ issues and to benefit from the advanced resource management features of Helm.

## Usage

Once Helm has been set up correctly, add the repo as follows:
Once Helm has been set up correctly (with [helm-git](https://github.com/aslafy-z/helm-git) plugin), add the repo as follows:

helm repo add synology-csi-chart https://christian-schlichtherle.github.io/synology-csi-chart
helm repo add synology-csi-chart 'git+https://github.com/SynologyOpenSource/synology-csi@deploy/helm?ref=main'er

If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages.
You can then run `helm search repo synology-csi-chart` to see the charts.
Expand Down