Hi, I am newbee in Kong and I try to install Kong to K8s with existing Posgres DB but I still get
Error: parse error at (kong-gateway-chart/charts/kong/templates/_helpers.tpl:1134): unclosed action
Here is my helm chart
apiVersion: v2name: kong-gateway-chartdescription: A Helm chart for Kong Gateway using an existing PostgreSQL database.type: applicationversion: 0.1.0appVersion: "3.11.0.0"dependencies:- name: kongversion: "2.51.0"repository: "https://charts.konghq.com"
What can I do to identify problem?