Skip to content

Commit 08486e8

Browse files
committed
Fixed the default value of a config property
1 parent 818abaf commit 08486e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/running-on-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ specific to Spark on Kubernetes.
656656
</tr>
657657
<tr>
658658
<td><code>spark.kubernetes.executor.secrets.[SecretName]</code></td>
659-
<td>5</td>
659+
<td>(none)</td>
660660
<td>
661661
Add the <a href="https://kubernetes.io/docs/concepts/configuration/secret/">Kubernetes Secret</a> named <code>SecretName</code> to the executor pod on the path specified in the value. For example,
662662
<code>spark.kubernetes.executor.secrets.spark-secret=/etc/secrets</code>. Note that if an init-container is used,

0 commit comments

Comments
 (0)