Sbaia opened a new pull request, #420: URL: https://github.com/apache/spark-kubernetes-operator/pull/420
### What changes were proposed in this pull request? This pull request updates the schema definitions in `build-tools/helm/spark-kubernetes-operator/values.schema.json` to improve compatibility with Kubernetes conventions. The main change is updating the types for `volumeMounts` and `volumes` from `object` to `array`, which better reflects how these fields are typically structured in Kubernetes manifests. * Changed the `type` of `volumeMounts` from `object` to `array` to match standard Kubernetes configuration for container volume mounts. * Changed the `type` of `volumes` from `object` to `array` to align with Kubernetes pod volume definitions. ### Why are the changes needed? bug, cannot use volumes fields, the helm chart fall in error or for values.json validation, or in yaml rendering ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ### Was this patch authored or co-authored using generative AI tooling? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
