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


The following commit(s) were added to refs/heads/main by this push:
     new 3cced9e0 Prepare to work in Openshift for #885
3cced9e0 is described below

commit 3cced9e06e5b2fb0330f606ca44032ebdcc8e17c
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Sun Sep 17 15:59:49 2023 -0400

    Prepare to work in Openshift for #885
---
 .../karavan-app/src/main/resources/snippets/deployment.jkube.yaml    | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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 2b417169..85645b06 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,7 +3,6 @@ spec:
   template:
     spec:
       containers:
-          env:
+        - env:
             - name: _JAVA_OPTIONS
-              value: "-Duser.home=/app"
-      serviceAccount: karavan
\ No newline at end of file
+              value: "-Duser.home=/tmp"
\ No newline at end of file

Reply via email to