We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa5390 commit bb63663Copy full SHA for bb63663
service_configuration_lib/spark_config.py
@@ -62,9 +62,9 @@
62
'spark.kubernetes.executor.label.paasta.yelp.com/instance',
63
'spark.kubernetes.executor.label.paasta.yelp.com/cluster',
64
}
65
-K8S_AUTH_FOLDER = '/etc/spark_k8s_secrets'
+K8S_AUTH_FOLDER = '/etc/pki/spark'
66
DEFAULT_SPARK_K8S_SECRET_VOLUME = {
67
- 'hostPath': '/etc/pki/spark',
+ 'hostPath': K8S_AUTH_FOLDER,
68
'containerPath': K8S_AUTH_FOLDER,
69
'mode': 'RO',
70
0 commit comments