我在尝试使用helm安装mysql主从集群,使用bitnami/mysql的官方chart,但是执行helm install mysql-cluster mysql -n mysql-cluster报如下错误:
Error: parse error at (mysql/charts/common/templates/_labels.tpl:14): unclosed action
百度找了很久也没有相关的解决办法,经过在google努力查找,发现个类似的案例问题:
Error unclosed action · Issue #11 · arttor/helmify · GitHub
官方文档解释:Helm | Templates
接着我也尝试安装个helm3.7(我之前的是3.1.1),重新执行后果然通过,万岁!!!