csviri commented on code in PR #707:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/707#discussion_r3426682227


##########
tests/e2e/watched-namespaces/spark-operator-dynamic-config-2.yaml:
##########
@@ -17,7 +17,8 @@
 
 apiVersion: v1
 data:
-  spark.kubernetes.operator.watchedNamespaces: default
+  spark-operator-dynamic.properties: |
+    spark.kubernetes.operator.watchedNamespaces=default

Review Comment:
   Same as above: yes, afaik there is no way to mount all ConfigMap data as a 
single file in K8S. A key is always a new file. So we have to place the whole 
content under a key in ConfigMap.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to