Skip to content

Commit 97f1284

Browse files
committed
Fix build again
1 parent a2609b0 commit 97f1284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/k8s/features/MountSecretsFeatureStepSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class MountSecretsFeatureStepSuite extends SparkFunSuite {
3535
val sparkConf = new SparkConf(false)
3636
val kubernetesConf = KubernetesConf(
3737
sparkConf,
38-
KubernetesExecutorSpecificConf("1", new PodBuilder().build()),
38+
KubernetesExecutorSpecificConf("1", Some(new PodBuilder().build())),
3939
"resource-name-prefix",
4040
"app-id",
4141
Map.empty,

0 commit comments

Comments
 (0)