diff --git a/charts/spark-operator-chart/README.md b/charts/spark-operator-chart/README.md index d3a230be0c..f4ee9287dc 100644 --- a/charts/spark-operator-chart/README.md +++ b/charts/spark-operator-chart/README.md @@ -83,6 +83,7 @@ See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall) for command docum | batchScheduler.enable | bool | `false` | Enable batch scheduler for spark jobs scheduling. If enabled, users can specify batch scheduler name in spark application | | commonLabels | object | `{}` | Common labels to add to the resources | | controllerThreads | int | `10` | Operator concurrency, higher values might increase memory usage | +| extraEnv | list | `[]` | Pod environment variables | | envFrom | list | `[]` | Pod environment variable sources | | fullnameOverride | string | `""` | String to override release name | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |