This is an automated email from the ASF dual-hosted git repository.

mbalassi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 4c8875a  [FLINK-28300] Fix helm lint invalid Yaml document separator
4c8875a is described below

commit 4c8875aba1104ab376120829099aa1f3f092a7dd
Author: Maksim Aniskov <[email protected]>
AuthorDate: Wed Jun 29 15:57:05 2022 +0200

    [FLINK-28300] Fix helm lint invalid Yaml document separator
    
    Closes #286.
---
 helm/flink-kubernetes-operator/templates/serviceaccount.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm/flink-kubernetes-operator/templates/serviceaccount.yaml 
b/helm/flink-kubernetes-operator/templates/serviceaccount.yaml
index 665a236..0aa8a1f 100644
--- a/helm/flink-kubernetes-operator/templates/serviceaccount.yaml
+++ b/helm/flink-kubernetes-operator/templates/serviceaccount.yaml
@@ -17,7 +17,7 @@
 
################################################################################
 
 ---
-{{- if .Values.operatorServiceAccount.create -}}
+{{- if .Values.operatorServiceAccount.create }}
 apiVersion: v1
 kind: ServiceAccount
 metadata:
@@ -35,7 +35,7 @@ metadata:
 {{/*
 Create job service accounts for all watched namespaces.
 */}}
-{{- if .Values.watchNamespaces}}
+{{- if .Values.watchNamespaces }}
 {{- range .Values.watchNamespaces }}
 apiVersion: v1
 kind: ServiceAccount

Reply via email to