I am using Camunda 8.6 version (self amanged). Need to disable BPMN and DMN deploy button from webmodeler (restapi) in QA env.
I tried setting ZEEBE_BPMN_DEPLOYMENT_ENABLED = “false” as env variable tag inside Zeebe tag of helm values file. But it is not working, when I do helm upgrade.
If I go for fresh helm install with ZEEBE_BPMN_DEPLOYMENT_ENABLED = “false”, its giving error in parsing.
Any idea, how to use ZEEBE_BPMN_DEPLOYMENT_ENABLED in helm? or all toghther am I doing anything wrong?
Hi @RRR
I think it should be under webModeler, like:
webModeler:
env:
ZEEBE_BPMN_DEPLOYMENT_ENABLED: "false"
ZEEBE_DMN_DEPLOYMENT_ENABLED: "false"
You can find additional details here 0 Configuration | Camunda 8 Docs
Regards,
Alex