helm camunda chart giving error during deployment

484 Views Asked by At

I am trying to deploy my camunda Kubernetes cluster using helm charts but getting errors again and again. I am pasting the error screenshot down below. Please check and reply if you know how to resolve this issue.

Thanks

enter image description here

1

There are 1 best solutions below

3
On BEST ANSWER

Use

kubectl get secrets

to check existing secrets. It looks like the secret camunda-bpm-platform-db-credentials already exists.

You should then be able to use

kubectl delete camunda-bpm-platform-db-credentials

to clean this up.