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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]