-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Description
In the latest 2020-07-01 API version, the temporaryDisk property defines a default value "/tmp":
Lines 3420 to 3423 in f15b4f3
| "temporaryDisk": { | |
| "$ref": "#/definitions/TemporaryDisk", | |
| "description": "Temporary disk settings", | |
| "default": "/tmp" |
This is wrong because temporaryDisk is an object of type TemporaryDisk with a property mountPath. It's the property that should have the default value.
The issue is introduced in #13927
Metadata
Metadata
Assignees
Labels
No labels