roman-popenov edited a comment on issue #6029: [Issue 5958] [helm] Apply fix to values-mini.yaml as well URL: https://github.com/apache/pulsar/pull/6029#issuecomment-578760242 First line 63 should be: ` {{- if .Values.pulsar_manager.resources }}` There is a mistake in the charts pulsar manager template file at line 65: `{{ toYaml .Values.grafana.resources | indent 10 }}` should be `{{ toYaml .Values.pulsar_manager.resources | indent 12 }}`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
