adutra commented on code in PR #2983:
URL: https://github.com/apache/polaris/pull/2983#discussion_r2495064387


##########
helm/polaris/templates/_helpers.tpl:
##########
@@ -142,7 +142,7 @@ line breaks, they will be escaped and a multi-line option 
will be printed.
 {{- $value := index . 1 -}}
 {{- $global := index . 2 -}}
 {{- $valAsString := "" -}}
-{{- if ne $value nil -}}
+{{- if $value -}}

Review Comment:
   OK but what was your values file? So that I can reproduce and debug :-)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to