diff --git a/docs/csi-dev.md b/docs/csi-dev.md index 387f313f..7cf07422 100644 --- a/docs/csi-dev.md +++ b/docs/csi-dev.md @@ -16,6 +16,11 @@ $ make - Run verification test before submitting code ```console $ make verify +``` + + - If there is config file changed under `charts` directory, run following command to update chart file +```console +helm package charts/latest/csi-driver-nfs -d charts/latest/ ``` ## How to test CSI driver in local environment @@ -65,7 +70,7 @@ $ csc node publish --endpoint "$endpoint" --cap "$cap" --vol-context "$params" - ``` #### 4. Unpublish a nfs volume -``` +```console $ csc node unpublish --endpoint "$endpoint" --target-path "$target_path" "$volumeid" ```