helm camunda 图表在部署期间出错

helm camunda chart giving error during deployment

我正在尝试使用 helm 图表部署我的 camunda Kubernetes 集群,但一次又一次地出错。我在下面粘贴错误截图。如果您知道如何解决此问题,请检查并回复。

谢谢

使用

kubectl get secrets

检查现有机密。看起来秘密 camunda-bpm-platform-db-credentials 已经存在。

然后您应该可以使用

kubectl delete camunda-bpm-platform-db-credentials

清理这个。