File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
deploy/example/blobfuse-mi Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
apiVersion : v1
2
3
kind : PersistentVolume
3
4
metadata :
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ metadata:
5
5
name : blob-fuse
6
6
provisioner : blob.csi.azure.com
7
7
parameters :
8
- skuName : Premium_LRS
8
+ skuName : Premium_LRS
9
9
protocol : fuse
10
- resourceGroup : EXISTING_RESOURCE_GROUP_NAME
11
- storageAccount : EXISTING_STORAGE_ACCOUNT_NAME # optional, if use existing storage account
12
- containerName : EXISTING_CONTAINER_NAME # optional, if use existing container
10
+ resourceGroup : EXISTING_RESOURCE_GROUP_NAME # optional, node resource group by default if it's not provided
11
+ storageAccount : EXISTING_STORAGE_ACCOUNT_NAME # optional, a new account will be created if it's not provided
12
+ containerName : EXISTING_CONTAINER_NAME # optional, a new container will be created if it's not provided
13
13
AzureStorageAuthType : MSI
14
14
AzureStorageIdentityClientID : " xxxxx-xxxx-xxx-xxx-xxxxxxx"
15
15
reclaimPolicy : Delete
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if [[ "${deployDirNum}" != "${helmDirNum}" ]]; then
29
29
exit 1
30
30
fi
31
31
32
- for path in " deploy/*.yaml" " deploy/example/*.yaml" " deploy/example/metrics/*.yaml" " deploy/example/cloning/*.yaml"
32
+ for path in " deploy/*.yaml" " deploy/example/*.yaml" " deploy/example/metrics/*.yaml" " deploy/example/cloning/*.yaml" " deploy/example/blobfuse-mi/*.yaml " " deploy/example/nfs/*.yaml "
33
33
do
34
34
echo " checking yamllint under path: $path ..."
35
35
yamllint -f parsable $path | grep -v " line too long" > $LOG
You can’t perform that action at this time.
0 commit comments