Skip to content

Commit

Permalink
Merge pull request #415 from mbaldessari/common-automatic-update
Browse files Browse the repository at this point in the history
common automatic update
  • Loading branch information
mbaldessari authored Oct 9, 2024
2 parents dfd1a57 + 21c338d commit 8e86663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ secrets-backend-none: ## Edits values files to remove secrets manager + ESO
.PHONY: load-iib
load-iib: ## CI target to install Index Image Bundles
@set -e; if [ x$(INDEX_IMAGES) != x ]; then \
ansible-playbook rhvp.cluster_utils.iib-ci; \
ansible-playbook rhvp.cluster_utils.iib_ci; \
else \
echo "No INDEX_IMAGES defined. Bailing out"; \
exit 1; \
Expand Down Expand Up @@ -143,7 +143,7 @@ validate-cluster: ## Do some cluster validations before installing
@oc cluster-info >/dev/null && echo "OK" || (echo "Error"; exit 1)
@echo -n " storageclass: "
@if [ `oc get storageclass -o go-template='{{printf "%d\n" (len .items)}}'` -eq 0 ]; then\
echo "None Found"; exit 1;\
echo "WARNING: No storageclass found";\
else\
echo "OK";\
fi
Expand Down

0 comments on commit 8e86663

Please sign in to comment.