-
In a multi node kubernetes cluster environment with terraform deployment, how do you add external java library jars to the pods and update the corresponding xml-config? It's pretty well outlined here in the docs how you do it manually if you have access to the machines, i.e.,
But how do you achieve the same with in an automated CI/CD deployment pipeline deploying to a multi node kubernetes cluster with terraform? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@misba7 maybe you can share your thoughts here? |
Beta Was this translation helpful? Give feedback.
-
Hi! You can find it well-documented here. The above link explains how to add custom jars in the context of Janssen Cloud-Native/K8s deployment. |
Beta Was this translation helpful? Give feedback.
Hi!
You can find it well-documented here.
The above link explains how to add custom jars in the context of Janssen Cloud-Native/K8s deployment.