[ https://issues.apache.org/jira/browse/FLINK-26646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17506772#comment-17506772 ]
Gyula Fora commented on FLINK-26646: ------------------------------------ Maybe there is another way to do this check correctly. I wanted to have append as optional with default true and this was the only thing that seemed to have worked corectly. The error you are getting is probably due to comparing a nil with False. > Flink kubernetes operator helm template is broken > ------------------------------------------------- > > Key: FLINK-26646 > URL: https://issues.apache.org/jira/browse/FLINK-26646 > Project: Flink > Issue Type: Bug > Components: Kubernetes Operator > Reporter: Yang Wang > Priority: Major > > {code:java} > wangyang-pc:flink-kubernetes-operator danrtsey.wy$ helm install > flink-operator helm/flink-operator --set > image.repository=wangyang09180523/flink-java-operator --set image.tag=latest > --set metrics.port=9999 > Error: template: flink-operator/templates/flink-operator.yaml:143:12: > executing "flink-operator/templates/flink-operator.yaml" at <eq > (.Values.operatorConfiguration).append false>: error calling eq: incompatible > types for comparison {code} -- This message was sent by Atlassian Jira (v8.20.1#820001)