Skip to content

Commit abbd0a3

Browse files
authored
docs: update install-csi.md doc (#128) (#129)
Fixes two bugs in the documentation.
1 parent f884b55 commit abbd0a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/gs/install-csi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ allow dynamic-group [your dynamic group name] to manage volume-family in compart
2929
```shell
3030
kubectl create secret generic oci-volume-provisioner \
3131
-n kube-system \
32-
--from-file=cloud-provider.yaml=cloud-provider-example.yaml
32+
--from-file=config.yaml=cloud-provider-example.yaml
3333
```
3434

3535
### Install CSI Drivers
@@ -51,7 +51,7 @@ allow dynamic-group [your dynamic group name] to manage volume-family in compart
5151
curl -L h"ttps://github.com/oracle/oci-cloud-controller-manager/releases/download/${CCM_RELEASE_VERSION}/oci-csi-node-driver.yaml" -o
5252
oci-csi-node-driver.yaml
5353

54-
curl -L curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/container-storage-interface/storage-class.yaml -o storage-class.yaml
54+
curl -L https://raw.githubusercontent.com/oracle/oci-cloud-controller-manager/master/manifests/container-storage-interface/storage-class.yaml -o storage-class.yaml
5555
```
5656

5757
5. Create the RBAC rules:

0 commit comments

Comments
 (0)