You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2023/12/04 23:09:13 UTC

(camel-karavan) 02/02: #967

This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git

commit 1fa8176b78d10f076c1f06170e00bae0b385254b
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Mon Dec 4 18:09:01 2023 -0500

    #967
---
 .../karavan-app/src/main/resources/snippets/deployment.jkube.yaml   | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/karavan-web/karavan-app/src/main/resources/snippets/deployment.jkube.yaml b/karavan-web/karavan-app/src/main/resources/snippets/deployment.jkube.yaml
index 85645b06..fae96c1e 100644
--- a/karavan-web/karavan-app/src/main/resources/snippets/deployment.jkube.yaml
+++ b/karavan-web/karavan-app/src/main/resources/snippets/deployment.jkube.yaml
@@ -3,6 +3,10 @@ spec:
   template:
     spec:
       containers:
+        - volumeMounts:
+            - name: config
+              mountPath: /app/config
         - env:
             - name: _JAVA_OPTIONS
-              value: "-Duser.home=/tmp"
\ No newline at end of file
+              value: "-Duser.home=/tmp"
+      serviceAccount: karavan
\ No newline at end of file