From 5093e90db0e4b2e8f1549d38a896c0350433bf5c Mon Sep 17 00:00:00 2001 From: David Sariel Date: Mon, 29 Sep 2025 15:54:04 +0300 Subject: [PATCH] INJECT: rm line scripts/operator-deploy-resources.sh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfb3e81e..9408f1d1 100644 --- a/Makefile +++ b/Makefile @@ -1531,7 +1531,7 @@ cinder_deploy_prep: cinder_deploy_cleanup ## prepares the CR to install the serv cinder_deploy: input cinder_deploy_prep ## installs the service instance using kustomize. Runs prep step in advance. Set CINDER_REPO and CINDER_BRANCH to deploy from a custom repo. $(eval $(call vars,$@,cinder)) make wait - bash scripts/operator-deploy-resources.sh + ## bash scripts/operator-deploy-resources.sh .PHONY: cinder_deploy_cleanup cinder_deploy_cleanup: namespace ## cleans up the service instance, Does not affect the operator.