From d67934fbfaebd57f196016067b1ecd17ea5d4d77 Mon Sep 17 00:00:00 2001 From: antoine lebaud Date: Tue, 2 Jul 2024 18:49:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=82(helm)=20make=20start-kind.sh=20exe?= =?UTF-8?q?cutable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The start-kind.sh script was read-only after copying the repository, preventing it from running the "build-k8s-cluster" make command. Updated permissions to chmod 755. --- bin/start-kind.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 bin/start-kind.sh diff --git a/bin/start-kind.sh b/bin/start-kind.sh old mode 100644 new mode 100755