Skip to content

Commit

Permalink
fix: install script without deps
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Cassolato <guicassolato@gmail.com>
  • Loading branch information
guicassolato committed Oct 18, 2024
1 parent 70d6c3c commit b89d4c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b89d4c3

Please sign in to comment.