Skip to content

Commit

Permalink
Debug AKO helm install harder
Browse files Browse the repository at this point in the history
  • Loading branch information
josvazg committed Nov 12, 2024
1 parent 2e020ac commit 0712cb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,14 @@ store-silk-sboms: download-from-silk ## Download & Store the latest augmented SB
.PHONY: install-ako-helm
install-ako-helm:
helm repo add mongodb $(HELM_REPO_URL)
helm upgrade $(HELM_AKO_INSTALL_NAME) mongodb/mongodb-atlas-operator --atomic --install \
helm upgrade $(HELM_AKO_INSTALL_NAME) mongodb/mongodb-atlas-operator --install \
--set-string atlasURI=$(MCLI_OPS_MANAGER_URL) \
--set objectDeletionProtection=false \
--set subobjectDeletionProtection=false \
--namespace=$(HELM_AKO_NAMESPACE) --create-namespace --debug
kubectl wait pod -n test-ako -l app.kubernetes.io/name=mongodb-atlas-operator \
--for=condition=READY=true --timeout=60s
kubectl describe pod -n test-ako -l app.kubernetes.io/name=mongodb-atlas-operator
kubectl get crds

.PHONY: contract-tests
Expand Down

0 comments on commit 0712cb1

Please sign in to comment.