Skip to content

Commit bb63663

Browse files
committed
use the same path for spark pkis
1 parent 5aa5390 commit bb63663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_configuration_lib/spark_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
'spark.kubernetes.executor.label.paasta.yelp.com/instance',
6363
'spark.kubernetes.executor.label.paasta.yelp.com/cluster',
6464
}
65-
K8S_AUTH_FOLDER = '/etc/spark_k8s_secrets'
65+
K8S_AUTH_FOLDER = '/etc/pki/spark'
6666
DEFAULT_SPARK_K8S_SECRET_VOLUME = {
67-
'hostPath': '/etc/pki/spark',
67+
'hostPath': K8S_AUTH_FOLDER,
6868
'containerPath': K8S_AUTH_FOLDER,
6969
'mode': 'RO',
7070
}

0 commit comments

Comments
 (0)