Skip to content

Commit

Permalink
Support SubPath in volume mount and mount options for azure file volu…
Browse files Browse the repository at this point in the history
…me (#23496)

* Support SubPath in volume mount and mount options for azure file volume

* update description
  • Loading branch information
LaylaLiu-gmail authored Apr 12, 2023
1 parent 6c3d940 commit 4c4b42d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,10 @@
"x-ms-identifiers": [
"secretRef"
]
},
"mountOptions": {
"description": "Mount options used while mounting the AzureFile. Must be a comma-separated string.",
"type": "string"
}
}
},
Expand Down Expand Up @@ -681,6 +685,10 @@
"mountPath": {
"description": "Path within the container at which the volume should be mounted.Must not contain ':'.",
"type": "string"
},
"subPath": {
"description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).",
"type": "string"
}
}
},
Expand Down

0 comments on commit 4c4b42d

Please sign in to comment.