From 926bcb1265dc8cb7d250dc400d57e53a23f48d71 Mon Sep 17 00:00:00 2001 From: hansinikarunarathne Date: Fri, 16 Aug 2024 17:06:09 +0530 Subject: [PATCH] fix yaml linting issues Signed-off-by: hansinikarunarathne --- tests/gh-actions/kind-cluster.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gh-actions/kind-cluster.yaml b/tests/gh-actions/kind-cluster.yaml index c7177e251..b6f65394e 100644 --- a/tests/gh-actions/kind-cluster.yaml +++ b/tests/gh-actions/kind-cluster.yaml @@ -8,7 +8,7 @@ containerdConfigPatches: # This is needed in order to support projected volumes with service account tokens. # See: https://kubernetes.slack.com/archives/CEKK1KTN2/p1600268272383600 kubeadmConfigPatches: - - | +- | apiVersion: kubeadm.k8s.io/v1beta2 kind: ClusterConfiguration metadata: @@ -23,4 +23,4 @@ nodes: - role: worker image: kindest/node:v1.31.0@sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865 - role: worker - image: kindest/node:v1.31.0@sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865 \ No newline at end of file + image: kindest/node:v1.31.0@sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865