mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
Validate volume paths do not have ':'
This commit is contained in:
@@ -1965,7 +1965,7 @@
|
||||
},
|
||||
"mountPath": {
|
||||
"type": "string",
|
||||
"description": "Path within the container at which the volume should be mounted."
|
||||
"description": "Path within the container at which the volume should be mounted. Must not contain ':'."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -6293,7 +6293,7 @@
|
||||
},
|
||||
"mountPath": {
|
||||
"type": "string",
|
||||
"description": "Path within the container at which the volume should be mounted."
|
||||
"description": "Path within the container at which the volume should be mounted. Must not contain ':'."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -16826,7 +16826,7 @@
|
||||
},
|
||||
"mountPath": {
|
||||
"type": "string",
|
||||
"description": "Path within the container at which the volume should be mounted."
|
||||
"description": "Path within the container at which the volume should be mounted. Must not contain ':'."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user