File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -837,6 +837,22 @@ from the other deployment modes. See the [configuration page](configuration.html
837837 the Driver process. The user can specify multiple of these to set multiple environment variables.
838838 </td >
839839 </tr >
840+ <tr >
841+ <td ><code >spark.kubernetes.driver.secrets.[SecretName]</code ></td >
842+ <td >(none)</td >
843+ <td >
844+ Mounts the Kubernetes secret named <code>SecretName</code> onto the path specified by the value
845+ in the driver Pod. The user can specify multiple instances of this for multiple secrets.
846+ </td >
847+ </tr >
848+ <tr >
849+ <td ><code >spark.kubernetes.executor.secrets.[SecretName]</code ></td >
850+ <td >(none)</td >
851+ <td >
852+ Mounts the Kubernetes secret named <code>SecretName</code> onto the path specified by the value
853+ in the executor Pods. The user can specify multiple instances of this for multiple secrets.
854+ </td >
855+ </tr >
840856</table >
841857
842858
You can’t perform that action at this time.
0 commit comments