mgubaidullin commented on issue #1106:
URL: https://github.com/apache/camel-karavan/issues/1106#issuecomment-1930357714

   Add `deployment.jkube.yaml` to your project with deployment spec fragment, 
ex:
   ```
   spec:
     replicas: 1
     template:
       spec:
         containers:
           - volumeMounts:
               - name: xxx
                 mountPath: /xxxxx
         serviceAccount: karavan
         imagePullSecrets:
           - name: karavan-registry
   ```
   
   works for build, not for devmode


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to