[Azure] Fix the EmptyDir Volume issue for ACI Provider
This commit is contained in:
@@ -263,7 +263,7 @@ type UsageListResult struct {
|
||||
type Volume struct {
|
||||
Name string `json:"name,omitempty"`
|
||||
AzureFile *AzureFileVolume `json:"azureFile,omitempty"`
|
||||
EmptyDir map[string]interface{} `json:"emptyDir,omitempty"`
|
||||
EmptyDir map[string]interface{} `json:"emptyDir"`
|
||||
Secret map[string]string `json:"secret,omitempty"`
|
||||
GitRepo *GitRepoVolume `json:"gitRepo,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user