You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/06/30 14:47:58 UTC

[GitHub] [flink-kubernetes-operator] morhidi commented on a diff in pull request #286: [FLINK-28300] Fix helm lint invalid Yaml document separator

morhidi commented on code in PR #286:
URL: https://github.com/apache/flink-kubernetes-operator/pull/286#discussion_r911120421


##########
helm/flink-kubernetes-operator/templates/serviceaccount.yaml:
##########
@@ -17,7 +17,7 @@
 ################################################################################
 
 ---
-{{- if .Values.operatorServiceAccount.create -}}
+{{if .Values.operatorServiceAccount.create }}

Review Comment:
   I'd also prefer to keep it `{{- if .Values.operatorServiceAccount.create }}` just to be consistent with the rest of the code



-- 
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-unsubscribe@flink.apache.org

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