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:25:56 UTC

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

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


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

Review Comment:
   Shouldn't there be a ` ` space before after `{{` ?



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

Review Comment:
   Shouldn't there be a ` ` space after `{{` ?



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