This message was deleted.
# opal
s
This message was deleted.
f
Hey @Ankesh Kumar ☺️ I believe that will be possible, let me get someone from our RnD team to give you a more concrete answer 💪
r
Hey @Ankesh Kumar, I would say that using Helm 2 isn’t the best practice, but you can easily build a custom made Helm 2 chart for OPAL - here is the Helm 2 docs - https://v2.helm.sh/docs/ Anyway, Helm shouldn’t affect the way your Pod (container) runs, as Helm is just a deployment manager for k8s. Eventually helm is using go-templating and render your chart to raw k8s manifests that you can apply easily on your k8s cluster, so a different kind of solution that I can offer is using
helm template
and
kubectl apply
the output directly to your k8s cluster. I can offer my help here with any solution you’ll pick 😉 Update us how can we help you with this.
u
@Raz Co why Helm 2 is not the best practices, can you pls share the reason?
r
Helm 2 is defined as legacy project and it is not getting maintained anymore, the last change to this project was about 2 years ago.
u
oh ok got it i thought some gaps found in v2