Skip to content

Commit

Permalink
disable installation of cert-manager
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 5aaaaa9 commit 98206b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ install-operator: manifests kustomize ## Install CRDs into the K8s cluster speci
uninstall-operator: manifests kustomize ## Uninstall CRDs from the K8s cluster specified in ~/.kube/config.
kubectl delete -f $(OPERATOR_MANIFESTS) --ignore-not-found

install-authorino: $(KUSTOMIZE) create-namespace install-cert-manager ## install RBAC and CRD for authorino
install-authorino: $(KUSTOMIZE) create-namespace ## install RBAC and CRD for authorino
$(KUSTOMIZE) build config/authorino | kubectl apply -f -

uninstall-authorino: $(KUSTOMIZE) ## uninstall RBAC and CRD for authorino
Expand Down
4 changes: 2 additions & 2 deletions utils/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ install_operator() {
}

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
# 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"
Expand Down

0 comments on commit 98206b0

Please sign in to comment.