Skip to content

Commit 8713936

Browse files
committed
update static provisioning doc
1 parent c226b02 commit 8713936

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ kubectl create -f https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driv
6767
kubectl create secret generic azure-secret --from-literal accountname=NAME --from-literal accountkey="KEY" --type=Opaque
6868
```
6969

70-
- Create a blobfuse CSI PV, download `pv-blobfuse-csi.yaml` file and edit `resourceGroup`, `storageAccount`, `containerName` in `volumeAttributes`
70+
- Create a blobfuse CSI PV, download `pv-blobfuse-csi.yaml` file and edit `containerName` in `volumeAttributes`
7171
```sh
7272
wget https://raw.githubusercontent.com/csi-driver/blobfuse-csi-driver/master/deploy/example/pv-blobfuse-csi.yaml
7373
vi pv-blobfuse-csi.yaml

deploy/example/pv-blobfuse-csi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ spec:
1313
readOnly: false
1414
volumeHandle: arbitrary-volumeid
1515
volumeAttributes:
16-
resourceGroup: EXISTING_RESOURCE_GROUP
17-
storageAccount: EXISTING_STORAGE_ACCOUNT
1816
containerName: EXISTING_CONTAINER_NAME
1917
nodePublishSecretRef:
2018
name: azure-secret

0 commit comments

Comments
 (0)