Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cammel fix
  • Loading branch information
holdenk committed Sep 11, 2019
commit 16ba894458bc80870be5a7a6674b4bf0efeb8a91
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ private[spark] trait SecretsTestsSuite { k8sSuite: KubernetesSuite =>
s"spark.kubernetes.driver.secretKeyRef.${ENV_SECRET_KEY_2.toUpperCase}",
s"$ENV_SECRET_NAME:${ENV_SECRET_KEY_2}")
.set(s"spark.kubernetes.executor.secrets.$ENV_SECRET_NAME", SECRET_MOUNT_PATH)
.set(s"spark.kubernetes.executor.secretKeyRef.USERNAME",
.set(s"spark.kubernetes.executor.secretKeyRef.${ENV_SECRET_KEY_1.toUpperCase}",
s"${ENV_SECRET_NAME}:$ENV_SECRET_KEY_1")
.set(s"spark.kubernetes.executor.secretKeyRef.PASSWORD",
.set(s"spark.kubernetes.executor.secretKeyRef.${ENV_SECRET_KEY_2.toUpperCase}",
s"${ENV_SECRET_NAME}:$ENV_SECRET_KEY_2")
try {
runSparkPiAndVerifyCompletion(
Expand Down