From 08af5d188ade4b85dd68d65c2cbb485d7e1024b1 Mon Sep 17 00:00:00 2001 From: Nandaja Varma Date: Mon, 26 Sep 2022 15:52:26 +0000 Subject: [PATCH] [installer-tests] Fix the condition for cluster-issuer install --- install/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tests/Makefile b/install/tests/Makefile index d1eda247c841ed..30212f645687e8 100644 --- a/install/tests/Makefile +++ b/install/tests/Makefile @@ -150,7 +150,7 @@ self_signed ?= "false" .PHONY: ## cluster-issuer: Creates a cluster issuer for the correspondign provider cluster-issuer: check-env-cloud -ifneq ($(self_signed), "false") +ifneq ($(self_signed), "true") @echo "Skipped creating cluster issuer" else terraform init --upgrade && \