Skip to content

Commit 5fa1692

Browse files
authored
Merge pull request #168 from Sakuralbj/helm-doc
Delete common crd-csi-node-info.yaml and fix usage of helm3.
2 parents 3d8d5a5 + 2884e2a commit 5fa1692

File tree

11 files changed

+3
-232
lines changed

11 files changed

+3
-232
lines changed

charts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ $ helm install blobfuse-csi-driver blobfuse-csi-driver-latest.tgz --namespace ku
1818

1919
```console
2020
$ helm repo add blobfuse-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blobfuse-csi-driver/master/charts
21-
$ helm install --name blobfuse-csi-driver blobfuse-csi-driver/blobfuse-csi-driver --namespace kube-system
21+
$ helm install blobfuse-csi-driver blobfuse-csi-driver/blobfuse-csi-driver --namespace kube-system
2222
```
2323

2424
### Search for different versions of charts available
2525
```console
26-
$ helm search -l blobfuse-csi-driver/
26+
$ helm search repo -l blobfuse-csi-driver/
2727
```
2828
### Install a specific version of Helm chart
2929
Specify the version of the chart to be installed using the `--version` parameter.
3030
```console
31-
helm install --name blobfuse-csi-driver blobfuse-csi-driver/blobfuse-csi-driver --namespace kube-system --version v0.5.0
31+
helm install blobfuse-csi-driver blobfuse-csi-driver/blobfuse-csi-driver --namespace kube-system --version v0.5.0
3232
```
3333

3434
## Uninstall

charts/latest/blobfuse-csi-driver/templates/crd-csi-node-info.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.
-198 Bytes
Binary file not shown.

charts/v0.4.0/blobfuse-csi-driver/templates/crd-csi-node-info.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.
-376 Bytes
Binary file not shown.

charts/v0.5.0/blobfuse-csi-driver/templates/crd-csi-node-info.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.

deploy/crd-csi-node-info.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.

deploy/install-driver.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ if [ $ver != "master" ]; then
3434
fi
3535

3636
echo "Installing Blobfuse CSI driver, version: $ver ..."
37-
kubectl apply -f $repo/crd-csi-node-info.yaml
3837
kubectl apply -f $repo/rbac-csi-blobfuse-controller.yaml
3938
kubectl apply -f $repo/rbac-csi-blobfuse-node.yaml
4039
kubectl apply -f $repo/csi-blobfuse-controller.yaml

deploy/uninstall-driver.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ echo "Uninstalling Blobfuse CSI driver, version: $ver ..."
3737
kubectl delete -f $repo/csi-blobfuse-controller.yaml --ignore-not-found
3838
kubectl delete -f $repo/csi-blobfuse-driver.yaml --ignore-not-found
3939
kubectl delete -f $repo/csi-blobfuse-node.yaml --ignore-not-found
40-
kubectl delete -f $repo/crd-csi-node-info.yaml --ignore-not-found
4140
kubectl delete -f $repo/rbac-csi-blobfuse-controller.yaml --ignore-not-found
4241
kubectl delete -f $repo/rbac-csi-blobfuse-node.yaml --ignore-not-found
4342
echo 'Uninstalled Blobfuse CSI driver successfully.'

deploy/v0.4.0/crd-csi-node-info.yaml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)