Skip to content

Commit 1e30ea6

Browse files
authored
Merge pull request #42 from gman0/fix-docs
docs: Minor fixes
2 parents 0a78256 + 6de332c commit 1e30ea6

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

deployments/helm/README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,36 @@
11
A Helm chart for the CVMFS-CSI driver, allowing the mounting of CVMFS repositories in Kubernetes environments. This chart will deploy the CSI driver as a DaemonSet, thus automatically scaling the driver on each cluster node.
22

3-
## Use
3+
## Usage
44

5-
To use, clone this repository and install the chart:
5+
### Install from CERN repositories
6+
7+
You can install the Helm chart from CERN repositories:
8+
9+
Add the repository:
10+
```
11+
helm repo add cern https://registry.cern.ch/chartrepo/cern
12+
helm repo update
13+
```
14+
15+
Helm v3 installation:
16+
```
17+
helm install cvmfs cern/cvmfs-csi
18+
```
19+
20+
### Install from source
21+
22+
To use this Helm chart, clone this repository and install the chart:
623
```
724
git clone https://github.com/cernops/cvmfs-csi
825
```
9-
Helm v2 Installation:
26+
27+
Helm v2 installation:
1028
```
1129
helm install --name cvmfs ./cvmfs-csi/deployments/helm/cvmfs-csi
1230
```
13-
Helm v3 Installation:
31+
32+
Helm v3 installation:
1433
```
15-
kubectl create namespace cvmfs
1634
helm install cvmfs ./cvmfs-csi/deployments/helm/cvmfs-csi
1735
```
1836

docs/deploying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You may need to customize `cvmfs-csi-default-local` and `cvmfs-csi-config-d` Con
2121
Helm chart can be installed from CERN registry:
2222

2323
```bash
24-
helm repo add cern https://registry.cern.ch/cern
24+
helm repo add cern https://registry.cern.ch/chartrepo/cern
2525
helm repo update
2626
helm install cvmfs cern/cvmfs-csi
2727
```

0 commit comments

Comments
 (0)