From 1ce07beb1f2391f3162432a223ca9d54f9ca510c Mon Sep 17 00:00:00 2001 From: trevor tao Date: Thu, 22 Oct 2020 11:07:32 +0800 Subject: [PATCH] Fix some yamllint check errors Fix the trailing spaces error, disable yamllint check for colons of ovn-setup.yaml Signed-off-by: trevor tao Change-Id: Iac564e7361966e2f0e1abfe5162f297fa1bfb2cb --- src/foundation/scripts/cni/ovn-kubernetes/yaml/ovn-setup.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/foundation/scripts/cni/ovn-kubernetes/yaml/ovn-setup.yaml b/src/foundation/scripts/cni/ovn-kubernetes/yaml/ovn-setup.yaml index 28c2dfb..f4b657f 100644 --- a/src/foundation/scripts/cni/ovn-kubernetes/yaml/ovn-setup.yaml +++ b/src/foundation/scripts/cni/ovn-kubernetes/yaml/ovn-setup.yaml @@ -1,4 +1,4 @@ -# yamllint disable rule:hyphens rule:commas rule:indentation +# yamllint disable rule:hyphens rule:commas rule:indentation rule:colons --- # ovn-namespace.yaml # @@ -22,7 +22,7 @@ metadata: # Create the service account and policies. # ovnkube interacts with kubernetes and the environment # must be properly set up. -# +# # This provisioning is done as part of installation after the cluster is # up and before the ovn daemonsets are created. -- 2.16.6