I have installed a camunda 8 in an kubernetes cluster with Helm. Now I want to add components like Connectors or Webmodeler afterwords. How do I do this correctly? I could add everything by kubectl apply but I would like to use helm for that. Is it possible to upgrade/install missing components with helm?
Thank you, I you for your advice. The link for upgrading was not really helpful for me because I want specifically add and not upgrade the other components. The hint for “add the values to your existing values.yaml” was the solutiuon I was looking for. I first tried make a new values.yaml file with only the new components which I want to add to the cluster. That lead to a lot of trouble, because helm used default values for the other components…