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