Skip to content

Commit 9d344ea

Browse files
authored
Change volumeMounts and volumes types to array
1 parent 473f593 commit 9d344ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/helm/spark-kubernetes-operator/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
}
163163
},
164164
"volumeMounts": {
165-
"type": "object",
165+
"type": "array",
166166
"description": "Container volume mounts",
167167
"additionalProperties": true
168168
},
@@ -304,7 +304,7 @@
304304
"additionalProperties": true
305305
},
306306
"volumes": {
307-
"type": "object",
307+
"type": "array",
308308
"description": "Pod volumes",
309309
"additionalProperties": true
310310
},

0 commit comments

Comments
 (0)