From b89d4c319fa8a8e4f1fb3cb94e909b1f888cd63c Mon Sep 17 00:00:00 2001 From: Guilherme Cassolato Date: Fri, 18 Oct 2024 13:34:20 +0200 Subject: [PATCH] fix: install script without deps Signed-off-by: Guilherme Cassolato --- utils/install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/install.sh b/utils/install.sh index ad225e4..ea061a4 100755 --- a/utils/install.sh +++ b/utils/install.sh @@ -144,10 +144,10 @@ install_operator() { cmd kubectl apply -f https://raw.githubusercontent.com/Kuadrant/authorino-operator/${GIT_REF}/config/deploy/manifests.yaml } -if [[ -z $NO_DEPS ]]; then - # step "Installing \033[0;32mcert-manager\033[0m \033[0;37m(version: ${CERT_MANAGER_VERSION})\033[0m to the current kubectl context..." \ - # install_cert_manager -fi +# if [[ -z $NO_DEPS ]]; then +# step "Installing \033[0;32mcert-manager\033[0m \033[0;37m(version: ${CERT_MANAGER_VERSION})\033[0m to the current kubectl context..." \ +# install_cert_manager +# fi version_info="git-ref: $GIT_REF" if [[ -z $GIT_REF ]]; then