Skip to content

Commit 8bddc86

Browse files
committed
[SPARK-52209] Fix operatorContainer.env type
1 parent e51ff8a commit 8bddc86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"description": "JVM arguments for operator"
137137
},
138138
"env": {
139-
"type": "array",
139+
"type": ["null", "array"],
140140
"description": "Environment variables",
141141
"items": {
142142
"type": "object",

0 commit comments

Comments
 (0)