benjaminhuo opened a new pull request #2878: Fix helm lint error for zookeeper-metadata.yaml URL: https://github.com/apache/pulsar/pull/2878 ### Motivation The following errors occurs when running : helm lint pulsar/ ==> Linting pulsar/ [INFO] Chart.yaml: icon is recommended [ERROR] templates/: render error in "pulsar/templates/zookeeper-metadata.yaml": template: pulsar/templates/zookeeper-metadata.yaml:49:20: executing "pulsar/templates/zookeeper-metadata.yaml" at <.Values.zookeeper_me...>: can't evaluate field resources in type interface {} ### Modifications Change zookeeper_metadata in deployment/kubernetes/helm/pulsar/templates/zookeeper-metadata.yaml to zookeeperMetadata ### Result helm lint pulsar/ ==> Linting pulsar/ [INFO] Chart.yaml: icon is recommended 1 chart(s) linted, no failures
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services