gerlowskija commented on code in PR #540:
URL: https://github.com/apache/solr-operator/pull/540#discussion_r1161646201


##########
helm/solr/templates/solrcloud.yaml:
##########
@@ -108,6 +108,12 @@ spec:
     {{- end }}
   {{- end }}
 
+  {{- if and (.Values.availability) (.Values.availability.podDisruptionBudget) 
}}

Review Comment:
   I actually tried that first - I get a helm parse error.
   
   ```
   $ helm template .
   Error: template: solr/templates/solrcloud.yaml:111:16: executing 
"solr/templates/solrcloud.yaml" at <.Values.availability.podDisruptionBudget>: 
nil pointer evaluating interface {}.podDisruptionBudget
   ```



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to