You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/10/29 05:35:21 UTC

[GitHub] benjaminhuo opened a new pull request #2878: Fix helm lint error for zookeeper-metadata.yaml

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:
users@infra.apache.org


With regards,
Apache Git Services